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

10 lines
333 B
C++

--- rip/packets.hh.orig 2012-01-11 17:56:10 UTC
+++ rip/packets.hh
@@ -586,6 +586,7 @@ private:
const uint8_t* _key_id; // Key number used
const uint8_t* _auth_bytes; // Auth data length at end of packet
const uint8_t* _seqno; // Monotonically increasing seqno
+public:
const uint8_t* _mbz; // Must-be-zero
};