diff options
Diffstat (limited to 'net/xipdump/files')
-rw-r--r-- | net/xipdump/files/patch-XmgMacro.c | 11 | ||||
-rw-r--r-- | net/xipdump/files/patch-configure | 52 | ||||
-rw-r--r-- | net/xipdump/files/patch-xipshcut.c | 12 |
3 files changed, 0 insertions, 75 deletions
diff --git a/net/xipdump/files/patch-XmgMacro.c b/net/xipdump/files/patch-XmgMacro.c deleted file mode 100644 index 1e045a057587..000000000000 --- a/net/xipdump/files/patch-XmgMacro.c +++ /dev/null @@ -1,11 +0,0 @@ ---- XmgMacro.c.orig Mon Nov 15 10:47:25 1999 -+++ XmgMacro.c Tue Oct 10 16:10:50 2000 -@@ -274,7 +274,7 @@ - #if defined(__osf__) && defined(__alpha) - (ArgList)(var._a0), - #else -- (ArgList)var, -+ va_arg(var, ArgList), - #endif - total_count); - #if XtSpecificationRelease>4 diff --git a/net/xipdump/files/patch-configure b/net/xipdump/files/patch-configure deleted file mode 100644 index 735ad1231d2b..000000000000 --- a/net/xipdump/files/patch-configure +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.orig Wed Dec 22 09:51:48 1999 -+++ configure -@@ -1360,8 +1360,10 @@ - LDFLAGS="$LDFLAGS -L$PCAP_LIBPATH" - fi - -+if false -+then - echo $ac_n "checking for local libnet library""... $ac_c" 1>&6 - echo "configure:1365: checking for local libnet library" >&5 - libnet=FAIL - lastdir=FAIL - places=`ls .. | sed -e 's,/$,,' -e 's,^,../,' | \ -@@ -1389,18 +1391,7 @@ - then - LDFLAGS="$LDFLAGS -L$LIBNET_LIBPATH" - fi -- --if test "x$ac_cv_c_bigendian" = "xyes"; then -- cat >> confdefs.h <<\EOF --#define LIBNET_BIG_ENDIAN 1 --EOF -- --else -- cat >> confdefs.h <<\EOF --#define LIBNET_LIL_ENDIAN 1 --EOF -- - fi -- -+ - for ac_func in gethostbyname getservbyname - do -@@ -1877,6 +1868,18 @@ - fi - - -+if test "x$ac_cv_c_bigendian" = "xyes"; then -+ cat >> confdefs.h <<\EOF -+#define LIBNET_BIG_ENDIAN 1 -+EOF -+ -+else -+ cat >> confdefs.h <<\EOF -+#define LIBNET_LIL_ENDIAN 1 -+EOF -+ -+fi -+ - - for ac_func in bzero bcopy bcmp strdup qsort snprintf usleep strerror strtol strtoul dlopen scandir - do diff --git a/net/xipdump/files/patch-xipshcut.c b/net/xipdump/files/patch-xipshcut.c deleted file mode 100644 index 205ae5753823..000000000000 --- a/net/xipdump/files/patch-xipshcut.c +++ /dev/null @@ -1,12 +0,0 @@ ---- xipshcut.c.orig Fri Oct 29 05:23:57 1999 -+++ xipshcut.c Mon Nov 15 10:41:54 1999 -@@ -27,7 +27,7 @@ - {"", - "<b>%Timestamp%</b>: %Pat% %ether.shost% %ether.dhost% %ether.Type% %Len%"}, -- {"arp[6:2] = 1", -+ {"arp[7] = 1 && arp[6] = 0", - "<b>%Timestamp%</b>: arp who-has %arpethip.Tpa% tell %arpethip.Spa%"}, -- {"arp[6:2] = 2", -+ {"arp[7] = 2 && arp[6] = 0", - "<b>%Timestamp%</b>: %arpethip.Spa% tells %arpethip.Tpa% he has %arpethip.sha%"}, - {"ip", |