View | Details | Raw Unified | Return to bug 54612
Collapse All | Expand All

(-)libnet/files/patch-include::libnet.h (+15 lines)
Line 0 Link Here
1
--- include/libnet.h.orig	Fri Jul 18 15:11:05 2003
2
+++ include/libnet.h	Fri Jul 18 15:12:16 2003
3
@@ -84,9 +84,9 @@
4
 #define LIBNET_VERSION  "1.0.2a"
5
 
6
 #if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN)
7
-#error "byte order has not been specified, you'll
8
-need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the
9
-documentation regarding the libnet-config script."
10
+#error "byte order has not been specified, you'll"
11
+"need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the"
12
+"documentation regarding the libnet-config script."
13
 #endif
14
 
15
 #endif  /* __LIBNET_H */

Return to bug 54612