mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 23:46:28 -04:00
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
12 lines
211 B
C++
12 lines
211 B
C++
--- bgp/harness/coord.hh.orig 2012-01-11 17:56:10 UTC
|
|
+++ bgp/harness/coord.hh
|
|
@@ -42,7 +42,9 @@ public:
|
|
|
|
private:
|
|
bool _done;
|
|
+public:
|
|
EventLoop& _eventloop;
|
|
+private:
|
|
Command& _command;
|
|
};
|
|
|