patch-include_libnet_h 641 B

123456789101112131415
  1. --- Libnet-1.0.2a.orig/include/libnet.h 2001-02-07 00:19:25.000000000 +0100
  2. +++ Libnet-1.0.2a/include/libnet.h 2009-06-12 21:48:27.000000000 +0200
  3. @@ -84,9 +84,9 @@
  4. #define LIBNET_VERSION "1.0.2a"
  5. #if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN)
  6. -#error "byte order has not been specified, you'll
  7. -need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the
  8. -documentation regarding the libnet-config script."
  9. +#error "byte order has not been specified, you'll"
  10. +"need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the"
  11. +"documentation regarding the libnet-config script."
  12. #endif
  13. #endif /* __LIBNET_H */