diff options
author | kim <kim@pkgsrc.org> | 1999-03-06 19:22:30 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-03-06 19:22:30 +0000 |
commit | 3203e2ff20f8f217ae7706ba0ab956bb07f389f7 (patch) | |
tree | 1aa13bb8288f82d224cef3c81c10e72db8607f66 /net/bing | |
parent | eb4dbd0411a4603467cdd1d4006b3d7df2a06474 (diff) | |
download | pkgsrc-3203e2ff20f8f217ae7706ba0ab956bb07f389f7.tar.gz |
Include <signal.h> instead of <sys/signal.h>
Diffstat (limited to 'net/bing')
-rw-r--r-- | net/bing/patches/patch-ab | 13 |
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> |