diff options
Diffstat (limited to 'net/libsscript/patches/patch-ab')
-rw-r--r-- | net/libsscript/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/libsscript/patches/patch-ab b/net/libsscript/patches/patch-ab new file mode 100644 index 00000000000..594d152f7cc --- /dev/null +++ b/net/libsscript/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2005/11/07 21:42:22 tv Exp $ + +--- sscript.c.orig 2000-02-01 20:21:05.000000000 -0500 ++++ sscript.c +@@ -10,7 +10,9 @@ + #include <sys/socket.h> + #include <sys/time.h> + #include <netinet/in.h> ++#ifndef __INTERIX + #include <net/if.h> ++#endif + #include <strings.h> + #include <sys/file.h> + #include <signal.h> |