mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
18 lines
476 B
C++
18 lines
476 B
C++
--- fea/fibconfig.hh.orig 2012-01-11 17:56:10 UTC
|
|
+++ fea/fibconfig.hh
|
|
@@ -736,12 +736,14 @@ public:
|
|
*/
|
|
Trie6& trie6() { return _trie6; }
|
|
|
|
+ FeaNode& _fea_node;
|
|
+
|
|
protected:
|
|
Trie4 _trie4; // IPv4 trie (used for testing purpose)
|
|
Trie6 _trie6; // IPv6 trie (used for testing purpose)
|
|
|
|
private:
|
|
- FeaNode& _fea_node;
|
|
+ // FeaNode& _fea_node;
|
|
EventLoop& _eventloop;
|
|
#ifndef XORP_DISABLE_PROFILE
|
|
Profile& _profile;
|