summaryrefslogtreecommitdiff
path: root/net/bing
diff options
context:
space:
mode:
authorkim <kim>1999-03-06 19:22:30 +0000
committerkim <kim>1999-03-06 19:22:30 +0000
commitbd98fc13bc0e8093c06c1b3766cd6f2696d96001 (patch)
tree1aa13bb8288f82d224cef3c81c10e72db8607f66 /net/bing
parentb48cd2d75e36cee850da02ebaae5edf21edbb524 (diff)
downloadpkgsrc-bd98fc13bc0e8093c06c1b3766cd6f2696d96001.tar.gz
Include <signal.h> instead of <sys/signal.h>
Diffstat (limited to 'net/bing')
-rw-r--r--net/bing/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/bing/patches/patch-ab b/net/bing/patches/patch-ab
new file mode 100644
index 00000000000..22cbcf0b3cd
--- /dev/null
+++ b/net/bing/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 1999/03/06 19:22:30 kim Exp $
+
+--- bing.c.orig Thu Jul 20 19:45:32 1995
++++ bing.c Sat Mar 6 14:18:36 1999
+@@ -155,7 +155,7 @@
+ #include <sys/socket.h>
+ #include <sys/file.h>
+ #include <sys/time.h>
+-#include <sys/signal.h>
++#include <signal.h>
+
+ #include <netinet/in_systm.h>
+ #include <netinet/in.h>