summaryrefslogtreecommitdiff
path: root/net/ndisc6/files/patch-src_tcpspray.c
blob: c0e13130cc9d0087bcf6e455bf54564813ea9753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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;