From 323b1a6867552d712d6df5cbdb18da02dde07b5e Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 30 Jul 2003 07:51:29 +0000 Subject: Fix build on -current PR: 54612 Submitted by: krion Approved by: fjoe (mentor) (implicit) Maintainer timeout: 8 days --- net/libnet10/files/patch-include::libnet.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net/libnet10/files/patch-include::libnet.h (limited to 'net/libnet10/files/patch-include::libnet.h') diff --git a/net/libnet10/files/patch-include::libnet.h b/net/libnet10/files/patch-include::libnet.h new file mode 100644 index 000000000000..e33a86fa3ecc --- /dev/null +++ b/net/libnet10/files/patch-include::libnet.h @@ -0,0 +1,15 @@ +--- include/libnet.h.orig Fri Jul 18 15:11:05 2003 ++++ include/libnet.h Fri Jul 18 15:12:16 2003 +@@ -84,9 +84,9 @@ + #define LIBNET_VERSION "1.0.2a" + + #if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN) +-#error "byte order has not been specified, you'll +-need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the +-documentation regarding the libnet-config script." ++#error "byte order has not been specified, you'll" ++"need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the" ++"documentation regarding the libnet-config script." + #endif + + #endif /* __LIBNET_H */ -- cgit v1.2.3