diff options
author | wrstuden <wrstuden> | 1999-02-23 00:31:40 +0000 |
---|---|---|
committer | wrstuden <wrstuden> | 1999-02-23 00:31:40 +0000 |
commit | 2cfde7915c858ec0de9a5ff2c5d439f5918b6d1d (patch) | |
tree | abc30c304a6c86d9688159e0ecee89f21549e311 /net | |
parent | e25d4d78f726b56b0f3c20b1d612c644943de5a9 (diff) | |
download | pkgsrc-2cfde7915c858ec0de9a5ff2c5d439f5918b6d1d.tar.gz |
Add patches to include signal.h rather than sys/signal.h. Fixes sudden-
deaths observed with afpd. From Jim Wise, jwise@netbsd.org.
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk/patches/patch-ax | 13 | ||||
-rw-r--r-- | net/netatalk/patches/patch-ay | 13 | ||||
-rw-r--r-- | net/netatalk/patches/patch-az | 13 | ||||
-rw-r--r-- | net/netatalk/patches/patch-ba | 13 | ||||
-rw-r--r-- | net/netatalk/patches/patch-bb | 13 |
5 files changed, 65 insertions, 0 deletions
diff --git a/net/netatalk/patches/patch-ax b/net/netatalk/patches/patch-ax new file mode 100644 index 00000000000..8170a536ce1 --- /dev/null +++ b/net/netatalk/patches/patch-ax @@ -0,0 +1,13 @@ +$NetBSD: patch-ax,v 1.1 1999/02/23 00:31:40 wrstuden Exp $ + +--- libatalk/asp/asp_getsess.c.orig Sat Aug 16 19:20:31 1997 ++++ libatalk/asp/asp_getsess.c Thu Feb 18 20:19:39 1999 +@@ -6,7 +6,7 @@ + #include <sys/errno.h> + #include <sys/time.h> + #include <sys/types.h> +-#include <sys/signal.h> ++#include <signal.h> + #include <sys/uio.h> + #include <sys/wait.h> + #include <sys/syslog.h> diff --git a/net/netatalk/patches/patch-ay b/net/netatalk/patches/patch-ay new file mode 100644 index 00000000000..761e4eb6079 --- /dev/null +++ b/net/netatalk/patches/patch-ay @@ -0,0 +1,13 @@ +$NetBSD: patch-ay,v 1.1 1999/02/23 00:31:40 wrstuden Exp $ + +--- libatalk/nbp/nbp_lkup.c.orig Tue Oct 7 17:21:57 1997 ++++ libatalk/nbp/nbp_lkup.c Thu Feb 18 20:19:56 1999 +@@ -6,7 +6,7 @@ + #include <sys/types.h> + #include <sys/param.h> + #include <sys/socket.h> +-#include <sys/signal.h> ++#include <signal.h> + #include <sys/time.h> + #include <strings.h> + #include <netdb.h> diff --git a/net/netatalk/patches/patch-az b/net/netatalk/patches/patch-az new file mode 100644 index 00000000000..3d6f7591cf7 --- /dev/null +++ b/net/netatalk/patches/patch-az @@ -0,0 +1,13 @@ +$NetBSD: patch-az,v 1.1 1999/02/23 00:31:40 wrstuden Exp $ + +--- libatalk/nbp/nbp_rgstr.c.orig Tue Oct 7 17:22:14 1997 ++++ libatalk/nbp/nbp_rgstr.c Thu Feb 18 20:20:04 1999 +@@ -6,7 +6,7 @@ + #include <sys/types.h> + #include <sys/param.h> + #include <sys/socket.h> +-#include <sys/signal.h> ++#include <signal.h> + #include <sys/time.h> + #include <sys/errno.h> + #include <strings.h> diff --git a/net/netatalk/patches/patch-ba b/net/netatalk/patches/patch-ba new file mode 100644 index 00000000000..c8efe985734 --- /dev/null +++ b/net/netatalk/patches/patch-ba @@ -0,0 +1,13 @@ +$NetBSD: patch-ba,v 1.1 1999/02/23 00:31:40 wrstuden Exp $ + +--- libatalk/nbp/nbp_unrgstr.c.orig Tue Oct 7 17:22:39 1997 ++++ libatalk/nbp/nbp_unrgstr.c Thu Feb 18 20:20:00 1999 +@@ -6,7 +6,7 @@ + #include <sys/types.h> + #include <sys/param.h> + #include <sys/socket.h> +-#include <sys/signal.h> ++#include <signal.h> + #include <sys/time.h> + #include <sys/errno.h> + #include <strings.h> diff --git a/net/netatalk/patches/patch-bb b/net/netatalk/patches/patch-bb new file mode 100644 index 00000000000..2f50a2bbd17 --- /dev/null +++ b/net/netatalk/patches/patch-bb @@ -0,0 +1,13 @@ +$NetBSD: patch-bb,v 1.1 1999/02/23 00:31:40 wrstuden Exp $ + +--- libatalk/nbp/nbp_util.c.orig Tue Oct 7 17:21:38 1997 ++++ libatalk/nbp/nbp_util.c Thu Feb 18 20:19:50 1999 +@@ -6,7 +6,7 @@ + #include <sys/types.h> + #include <sys/param.h> + #include <sys/socket.h> +-#include <sys/signal.h> ++#include <signal.h> + #include <sys/time.h> + #include <sys/syslog.h> + #include <netdb.h> |