aboutsummaryrefslogtreecommitdiff
path: root/net/hping/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/hping/files')
-rw-r--r--net/hping/files/patch-Makefile.in13
-rw-r--r--net/hping/files/patch-configure10
-rw-r--r--net/hping/files/patch-memlockall11
-rw-r--r--net/hping/files/patch-memunlockall11
-rw-r--r--net/hping/files/patch-warnings145
5 files changed, 0 insertions, 190 deletions
diff --git a/net/hping/files/patch-Makefile.in b/net/hping/files/patch-Makefile.in
deleted file mode 100644
index 07e0dd9d3ddc..000000000000
--- a/net/hping/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Wed Aug 15 04:02:53 2001
-+++ Makefile.in Mon Nov 18 09:10:12 2002
-@@ -6,8 +6,8 @@
- # $date: Sun Jul 25 17:56:15 MET DST 1999$
- # $rev: 3$
-
--CC= gcc
--CCOPT= -O2 -Wall @PCAP_INCLUDE@
-+CC?= gcc
-+CCOPT= -Wall @CFLAGS@ @PCAP_INCLUDE@
- DEBUG= -g
- #uncomment the following if you need libpcap based build under linux
- #(not raccomanded)
diff --git a/net/hping/files/patch-configure b/net/hping/files/patch-configure
deleted file mode 100644
index b7dda57f7370..000000000000
--- a/net/hping/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Fri Sep 14 22:04:25 2001
-+++ configure Fri Sep 14 22:05:02 2001
-@@ -99,6 +99,7 @@
- -e "s^@PCAP_INCLUDE@^$PCAP_INCLUDE^g" \
- -e "s^@MANPATH@^$INSTALL_MANPATH^g" \
- -e "s^@SOLARISLIB@^$SOLARISLIB^g" \
-+ -e "s^@CFLAGS@^$CFLAGS^g" \
- <Makefile.in > Makefile
-
- #
diff --git a/net/hping/files/patch-memlockall b/net/hping/files/patch-memlockall
deleted file mode 100644
index e613a3f17a22..000000000000
--- a/net/hping/files/patch-memlockall
+++ /dev/null
@@ -1,11 +0,0 @@
---- memlockall.c.orig Sun Nov 17 18:04:44 2002
-+++ memlockall.c Sun Nov 17 18:04:43 2002
-@@ -13,7 +13,7 @@
-
- int memlockall(void)
- {
--#ifdef _POSIX_MEMLOCK
-+#if _POSIX_MEMLOCK == 1
- return ( mlockall(MCL_CURRENT|MCL_FUTURE) );
- #endif
- return (-1);
diff --git a/net/hping/files/patch-memunlockall b/net/hping/files/patch-memunlockall
deleted file mode 100644
index 4a67466433f7..000000000000
--- a/net/hping/files/patch-memunlockall
+++ /dev/null
@@ -1,11 +0,0 @@
---- memunlockall.c.orig Sun Nov 17 18:04:44 2002
-+++ memunlockall.c Sun Nov 17 18:04:43 2002
-@@ -13,7 +13,7 @@
-
- int memunlockall(void)
- {
--#ifdef _POSIX_MEMLOCK
-+#if _POSIX_MEMLOCK == 1
- return ( munlockall() );
- #endif
- return(-1);
diff --git a/net/hping/files/patch-warnings b/net/hping/files/patch-warnings
deleted file mode 100644
index 4ded8a219920..000000000000
--- a/net/hping/files/patch-warnings
+++ /dev/null
@@ -1,145 +0,0 @@
-*** datafiller.c.org Sun Mar 30 13:18:24 2003
---- datafiller.c Sun Mar 30 13:20:22 2003
-***************
-*** 14,19 ****
---- 14,20 ----
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <string.h> /* memset */
-+ #include <stdlib.h>
-
- #include "hping2.h"
- #include "globals.h"
-
-
-*** libpcap_stuff.c.org Sun Mar 30 13:19:42 2003
---- libpcap_stuff.c Sun Mar 30 13:25:51 2003
-***************
-*** 17,22 ****
---- 17,23 ----
- #include <sys/ioctl.h>
- #include <pcap.h>
- #include <net/bpf.h>
-+ #include <string.h>
-
- #include "globals.h"
-
-
-*** listen.c.org Sun Mar 30 13:19:24 2003
---- listen.c Sun Mar 30 13:24:31 2003
-***************
-*** 14,19 ****
---- 14,20 ----
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
-+ #include <stdlib.h>
-
- #include "hping2.h" /* hping2.h includes hcmp.h */
- #include "globals.h"
-
-
-*** resolve.c.org Sun Mar 30 13:18:51 2003
---- resolve.c Sun Mar 30 13:22:02 2003
-***************
-*** 15,20 ****
---- 15,21 ----
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
-+ #include <stdlib.h>
-
- void resolve (struct sockaddr * addr, char *hostname)
- {
-
-
-*** rtt.c.org Sun Mar 30 13:19:33 2003
---- rtt.c Mon Mar 31 17:32:40 2003
-***************
-*** 72,82 ****
- printf("\n\nSANITY CHECK in rtt.c FAILED!\n");
- printf("- seqnum = %d\n", *seqp);
- printf("- status = %d\n", status);
-! printf("- get_usec() = %ld\n", get_usec());
-! printf("- delaytable.usec = %ld\n", delaytable[tablepos].usec);
-! printf("- usec_delay = %ld\n", usec_delay);
-! printf("- time(NULL) = %ld\n", time(NULL));
-! printf("- delaytable.sec = %ld\n", delaytable[tablepos].sec);
- printf("- sec_delay = %ld\n", sec_delay);
- printf("- ms_delay = %f\n", *ms_delay);
- printf("END SANITY CHECK REPORT\n\n");
---- 72,83 ----
- printf("\n\nSANITY CHECK in rtt.c FAILED!\n");
- printf("- seqnum = %d\n", *seqp);
- printf("- status = %d\n", status);
-! /* time_t is __int32_t on i386 FreeBSD */
-! printf("- get_usec() = %ld\n", (long)get_usec());
-! printf("- delaytable.usec = %ld\n", (long)delaytable[tablepos].usec);
-! printf("- usec_delay = %ld\n", (long)usec_delay);
-! printf("- time(NULL) = %ld\n", (long)time(NULL));
-! printf("- delaytable.sec = %ld\n", (long)delaytable[tablepos].sec);
- printf("- sec_delay = %ld\n", sec_delay);
- printf("- ms_delay = %f\n", *ms_delay);
- printf("END SANITY CHECK REPORT\n\n");
-
-
-*** statistics.c.org Sun Mar 30 13:19:02 2003
---- statistics.c Sun Mar 30 13:22:18 2003
-***************
-*** 9,14 ****
---- 9,15 ----
- */
-
- #include <stdio.h>
-+ #include <stdlib.h>
-
- #include "hping2.h"
- #include "globals.h"
-
-
-*** version.c.org Sun Mar 30 13:19:17 2003
---- version.c Sun Mar 30 13:23:17 2003
-***************
-*** 9,14 ****
---- 9,15 ----
- */
-
- #include <stdio.h>
-+ #include <stdlib.h>
-
- #include "release.h"
- #include "hping2.h"
-
-
-*** waitpacket.c.org Sun Mar 30 13:18:32 2003
---- waitpacket.c Sun Mar 30 20:28:13 2003
-***************
-*** 13,18 ****
---- 13,19 ----
- #include <time.h>
- #include <ctype.h>
- #include <unistd.h>
-+ #include <stdlib.h>
-
- #include "hping2.h"
- #include "globals.h"
-
-*** waitpacket.c.org Sun Mar 30 13:18:32 2003
---- waitpacket.c Sun Mar 30 20:28:13 2003
-***************
-*** 179,185 ****
- (unsigned int) ntohl(icmp_tstamp.orig),
- (unsigned int) ntohl(icmp_tstamp.recv),
- (unsigned int) ntohl(icmp_tstamp.tran));
-! printf("ICMP timestamp RTT tsrtt=%lu\n\n",
- (get_midnight_ut_ms() - ntohl(icmp_tstamp.orig)));
- }
-
---- 180,186 ----
- (unsigned int) ntohl(icmp_tstamp.orig),
- (unsigned int) ntohl(icmp_tstamp.recv),
- (unsigned int) ntohl(icmp_tstamp.tran));
-! printf("ICMP timestamp RTT tsrtt=%u\n\n",
- (get_midnight_ut_ms() - ntohl(icmp_tstamp.orig)));
- }
-