mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
20 lines
443 B
C++
20 lines
443 B
C++
--- fea/tools/show_interfaces.hh.orig 2012-01-11 17:56:10 UTC
|
|
+++ fea/tools/show_interfaces.hh
|
|
@@ -79,6 +79,8 @@ public:
|
|
*/
|
|
void print_interfaces(const string& print_iface_name) const;
|
|
|
|
+ EventLoop& _eventloop;
|
|
+
|
|
protected:
|
|
//
|
|
// IfMgrHintObserver methods
|
|
@@ -132,7 +134,7 @@ private:
|
|
*/
|
|
int ifmgr_shutdown();
|
|
|
|
- EventLoop& _eventloop;
|
|
+ // EventLoop& _eventloop;
|
|
|
|
IfMgrXrlMirror _ifmgr;
|
|
|