regen existing patches.

zap multiline literal so this compiles with gcc3.
This commit is contained in:
espie 2003-12-31 13:33:11 +00:00
parent 81277bd19a
commit 3a30660e29
3 changed files with 25 additions and 9 deletions

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig Mon Feb 5 12:51:41 2001
+++ Makefile.in Sun Feb 25 05:21:28 2001
@@ -36,7 +36,7 @@
--- Makefile.in.orig 2001-02-05 18:51:41.000000000 +0100
+++ Makefile.in 2003-12-31 10:41:03.000000000 +0100
@@ -36,7 +36,7 @@ AR = @AR@
LN = @LN@
CC = @CC@
ENSUREDIR = $(srcdir)/ensure-dir.sh
@ -9,7 +9,7 @@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
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_if_addr.o\
src/libnet_port_list.o
@ -39,7 +39,7 @@
version.o: version.h
version.h: ./VERSION
@rm -f $@
@@ -91,25 +102,34 @@
@@ -91,25 +102,34 @@ util: libnet install
example: libnet install
cd example; make

View File

@ -1,6 +1,6 @@
--- configure.in.orig Wed Jan 17 15:59:30 2001
+++ configure.in Mon Jun 4 01:41:14 2001
@@ -33,6 +33,9 @@
--- configure.in.orig 2001-01-17 21:59:30.000000000 +0100
+++ configure.in 2003-12-31 10:41:03.000000000 +0100
@@ -33,6 +33,9 @@ AC_PREFIX_DEFAULT(/usr)
if test "$prefix" = "NONE"; then
prefix="/usr"
@ -10,7 +10,7 @@
fi
dnl
@@ -49,12 +52,12 @@
@@ -49,12 +52,12 @@ AC_C_CONST
dnl
dnl Use these compiler flags if we have gcc.
dnl

View 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 */