regen existing patches.
zap multiline literal so this compiles with gcc3.
This commit is contained in:
parent
81277bd19a
commit
3a30660e29
@ -1,6 +1,6 @@
|
|||||||
--- Makefile.in.orig Mon Feb 5 12:51:41 2001
|
--- Makefile.in.orig 2001-02-05 18:51:41.000000000 +0100
|
||||||
+++ Makefile.in Sun Feb 25 05:21:28 2001
|
+++ Makefile.in 2003-12-31 10:41:03.000000000 +0100
|
||||||
@@ -36,7 +36,7 @@
|
@@ -36,7 +36,7 @@ AR = @AR@
|
||||||
LN = @LN@
|
LN = @LN@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
ENSUREDIR = $(srcdir)/ensure-dir.sh
|
ENSUREDIR = $(srcdir)/ensure-dir.sh
|
||||||
@ -9,7 +9,7 @@
|
|||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
OBJECTS = src/libnet_resolve.o\
|
OBJECTS = src/libnet_resolve.o\
|
||||||
@@ -66,17 +66,28 @@
|
@@ -66,17 +66,28 @@ OBJECTS = src/libnet_resolve.o\
|
||||||
src/libnet_hex_dump.o\
|
src/libnet_hex_dump.o\
|
||||||
src/libnet_if_addr.o\
|
src/libnet_if_addr.o\
|
||||||
src/libnet_port_list.o
|
src/libnet_port_list.o
|
||||||
@ -39,7 +39,7 @@
|
|||||||
version.o: version.h
|
version.o: version.h
|
||||||
version.h: ./VERSION
|
version.h: ./VERSION
|
||||||
@rm -f $@
|
@rm -f $@
|
||||||
@@ -91,25 +102,34 @@
|
@@ -91,25 +102,34 @@ util: libnet install
|
||||||
example: libnet install
|
example: libnet install
|
||||||
cd example; make
|
cd example; make
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- configure.in.orig Wed Jan 17 15:59:30 2001
|
--- configure.in.orig 2001-01-17 21:59:30.000000000 +0100
|
||||||
+++ configure.in Mon Jun 4 01:41:14 2001
|
+++ configure.in 2003-12-31 10:41:03.000000000 +0100
|
||||||
@@ -33,6 +33,9 @@
|
@@ -33,6 +33,9 @@ AC_PREFIX_DEFAULT(/usr)
|
||||||
|
|
||||||
if test "$prefix" = "NONE"; then
|
if test "$prefix" = "NONE"; then
|
||||||
prefix="/usr"
|
prefix="/usr"
|
||||||
@ -10,7 +10,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
@@ -49,12 +52,12 @@
|
@@ -49,12 +52,12 @@ AC_C_CONST
|
||||||
dnl
|
dnl
|
||||||
dnl Use these compiler flags if we have gcc.
|
dnl Use these compiler flags if we have gcc.
|
||||||
dnl
|
dnl
|
||||||
|
16
net/libnet/patches/patch-include_libnet_h
Normal file
16
net/libnet/patches/patch-include_libnet_h
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
$OpenBSD: patch-include_libnet_h,v 1.1 2003/12/31 13:33:11 espie Exp $
|
||||||
|
--- include/libnet.h.orig 2003-12-31 14:25:53.000000000 +0100
|
||||||
|
+++ include/libnet.h 2003-12-31 14:26:14.000000000 +0100
|
||||||
|
@@ -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 */
|
Loading…
Reference in New Issue
Block a user