mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
20 lines
490 B
C++
20 lines
490 B
C++
--- fea/firewall_manager.hh.orig 2012-01-11 17:56:10 UTC
|
|
+++ fea/firewall_manager.hh
|
|
@@ -313,6 +313,8 @@ public:
|
|
*/
|
|
void delete_browse_state(uint32_t token);
|
|
|
|
+ FeaNode& _fea_node;
|
|
+
|
|
private:
|
|
/**
|
|
* Update the firewall entries by pushing them into the underlying system.
|
|
@@ -364,7 +366,7 @@ private:
|
|
*/
|
|
void generate_token();
|
|
|
|
- FeaNode& _fea_node;
|
|
+ // FeaNode& _fea_node;
|
|
EventLoop& _eventloop;
|
|
const IfTree& _iftree;
|
|
|