diff options
Diffstat (limited to 'cad/gnetman/patches/patch-ap')
-rw-r--r-- | cad/gnetman/patches/patch-ap | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/gnetman/patches/patch-ap b/cad/gnetman/patches/patch-ap new file mode 100644 index 00000000000..6e8823da764 --- /dev/null +++ b/cad/gnetman/patches/patch-ap @@ -0,0 +1,12 @@ +$NetBSD: patch-ap,v 1.1.1.1 2004/07/17 23:49:26 dmcmahill Exp $ + +--- src/util/utunix.c.orig Tue Jan 27 11:09:18 2004 ++++ src/util/utunix.c +@@ -38,7 +38,6 @@ + #include <errno.h> + #include "util.h" + #include <sys/ioctl.h> +-#include <net/if.h> + #include <time.h> + + jmp_buf utJmpBuf[UT_MAX_SETJMP_DEPTH]; |