diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-08-17 15:38:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-08-17 15:38:51 +0000 |
commit | bdb7a1171eeff8e79c22fe873c639b3074bcf5f5 (patch) | |
tree | 5b026608cc80c9aa346829f46f4511797b4f42a8 /net/ndisc6/files/patch-src_tcpspray.c | |
parent | - Update to 0.10 (diff) |
- Update to 0.6.7
- Fix build on 4.x by requiring gcc 3.2 or higher
PR: 102152
Submitted by: Remi Denis-Courmont <rdenis@simphalempin.com> (maintainer)
Diffstat (limited to 'net/ndisc6/files/patch-src_tcpspray.c')
-rw-r--r-- | net/ndisc6/files/patch-src_tcpspray.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/ndisc6/files/patch-src_tcpspray.c b/net/ndisc6/files/patch-src_tcpspray.c deleted file mode 100644 index c0e13130cc9d..000000000000 --- a/net/ndisc6/files/patch-src_tcpspray.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/tcpspray.c.orig Wed Jul 12 19:01:50 2006 -+++ src/tcpspray.c Sat Aug 5 16:31:01 2006 -@@ -48,6 +48,10 @@ - # include <getopt.h> - #endif - -+#ifndef SIZE_MAX -+# define SIZE_MAX SIZE_T_MAX -+#endif -+ - static int family = 0; - static unsigned verbose = 0; - |