diff options
author | Hanno Boeck <hanno@gentoo.org> | 2003-07-24 16:39:16 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2003-07-24 16:39:16 +0000 |
commit | 4b1cd7ce004efb92ffd410bbdce92b12aaeef886 (patch) | |
tree | 8994617605acccd31ea5e3503a3d77072387b4a6 /net-libs/libnet/files | |
parent | Version bumped (diff) | |
download | historical-4b1cd7ce004efb92ffd410bbdce92b12aaeef886.tar.gz historical-4b1cd7ce004efb92ffd410bbdce92b12aaeef886.tar.bz2 historical-4b1cd7ce004efb92ffd410bbdce92b12aaeef886.zip |
libnet gcc-3.3 fix
Diffstat (limited to 'net-libs/libnet/files')
-rw-r--r-- | net-libs/libnet/files/libnet-gcc33-fix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-libs/libnet/files/libnet-gcc33-fix b/net-libs/libnet/files/libnet-gcc33-fix new file mode 100644 index 000000000000..6f711abc8ebf --- /dev/null +++ b/net-libs/libnet/files/libnet-gcc33-fix @@ -0,0 +1,13 @@ +--- Libnet-1.0.2a-orig/include/libnet.h 2001-02-07 00:19:25.000000000 +0100 ++++ Libnet-1.0.2a/include/libnet.h 2003-07-24 18:34:33.000000000 +0200 +@@ -84,8 +84,8 @@ + #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 ++#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 + |