ports/net/xorp/files/patch-contrib__olsr__message.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

13 lines
248 B
C++

--- contrib/olsr/message.hh.orig 2012-01-11 17:56:10 UTC
+++ contrib/olsr/message.hh
@@ -668,8 +668,8 @@ public:
return (str += '\n');
}
-private:
- size_t _opaque_data_offset;
+// private:
+// size_t _opaque_data_offset;
};
/**