patch-include_libnfnetlink_linux_nfnetlink_compat_h 496 B

12345678910111213
  1. --- libnfnetlink-1.0.1.orig/include/libnfnetlink/linux_nfnetlink_compat.h 2008-06-18 14:36:57.000000000 +0200
  2. +++ libnfnetlink-1.0.1/include/libnfnetlink/linux_nfnetlink_compat.h 2014-04-05 09:33:12.251169468 +0200
  3. @@ -20,8 +20,8 @@
  4. struct nfattr
  5. {
  6. - u_int16_t nfa_len;
  7. - u_int16_t nfa_type; /* we use 15 bits for the type, and the highest
  8. + uint16_t nfa_len;
  9. + uint16_t nfa_type; /* we use 15 bits for the type, and the highest
  10. * bit to indicate whether the payload is nested */
  11. };