freebsd-ports/net/xorp/files/patch-contrib__olsr__face.hh
Hiroki Sato 0a0906700b - Use USE_GITHUB.
- Add USE_LDCONFIG when SHARED is enabled.
- Use OPTIONS_SUB.
- Use {opt}_FOO wherever possible.
- Normalize patch files.
- Take maintainership.
2015-09-07 19:04:23 +00:00

14 lines
293 B
C++

--- contrib/olsr/face.hh.orig 2012-01-11 17:56:10 UTC
+++ contrib/olsr/face.hh
@@ -291,8 +291,10 @@ class Face {
*/
void originate_hello();
- private:
Olsr& _olsr;
+
+ private:
+ // Olsr& _olsr;
FaceManager& _fm;
Neighborhood* _nh;
MessageDecoder& _md;