ports/net/ndisc6/files/patch-patch-src__tcpspray.c
Cy Schubert 26804aea43 Fix build and stage brokenness.
Comply to patch naming conventions.
2015-02-16 00:39:42 +00:00

10 lines
286 B
C

--- src/tcpspray.c.orig 2010-05-01 01:08:34.000000000 -0700
+++ src/tcpspray.c 2015-02-15 15:56:55.904785304 -0800
@@ -34,6 +34,7 @@
# define SIZE_MAX SIZE_T_MAX // FreeBSD 4.x workaround
#endif
#include <stdlib.h>
+#include <signal.h>
#include <sys/types.h>
#include <unistd.h>