diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 07:51:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 07:51:29 +0000 |
commit | 323b1a6867552d712d6df5cbdb18da02dde07b5e (patch) | |
tree | 0381c428b3f900295c997a9ba63fdcf21acc299d /net/libnet10 | |
parent | 32c57f94b6988ce83484d659acc1aa01b5040f56 (diff) |
Fix build on -current
PR: 54612
Submitted by: krion
Approved by: fjoe (mentor) (implicit)
Maintainer timeout: 8 days
Notes
Notes:
svn path=/head/; revision=85900
Diffstat (limited to 'net/libnet10')
-rw-r--r-- | net/libnet10/files/patch-include::libnet.h | 15 |
1 files changed, 15 insertions, 0 deletions
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 */ |