diff options
Diffstat (limited to 'net/netatalk/patches/patch-az')
-rw-r--r-- | net/netatalk/patches/patch-az | 13 |
1 files changed, 13 insertions, 0 deletions
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> |