diff options
Diffstat (limited to 'net/netatalk-asun/patches/patch-av')
-rw-r--r-- | net/netatalk-asun/patches/patch-av | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/net/netatalk-asun/patches/patch-av b/net/netatalk-asun/patches/patch-av index 588df8aa0da..9f580780e71 100644 --- a/net/netatalk-asun/patches/patch-av +++ b/net/netatalk-asun/patches/patch-av @@ -1,19 +1,13 @@ -$NetBSD: patch-av,v 1.4 2001/02/25 14:33:31 kei Exp $ +$NetBSD: patch-av,v 1.5 2001/05/21 18:42:21 abs Exp $ ---- man/man1/Makefile.orig Wed May 21 02:35:43 1997 -+++ man/man1/Makefile Sun Feb 25 23:13:06 2001 -@@ -1,4 +1,4 @@ --SRC= aecho.1 getzones.1 nbp.1 nbplkup.1 nbprgstr.1 nbplkup.1 \ -+SRC= aecho.1 getzones.1 nbp.1 nbplkup.1 nbprgstr.1 nbpunrgstr.1 nbplkup.1 \ - pap.1 papstatus.1 psorder.1 megatron.1 unhex.1 unbin.1 \ - unsingle.1 macbinary.1 hqx2bin.1 single2bin.1 - -@@ -20,6 +20,8 @@ - -e s@:BINDIR:@${BINDIR}@ -e s@:RESDIR:@${RESDIR}@ \ - -e s@:ETCDIR:@${ETCDIR}@ -e s@:LIBDIR:@${LIBDIR}@ \ - -e s@:INCDIR:@${INCDIR}@ \ -+ -e s@:LIBEXECDIR:@${LIBEXECDIR}@ \ -+ -e s@:EXAMPLEDIR:@${EXAMPLEDIR}@ \ - < $$i > ${MANDIR}/man1/$$i; \ - done - +--- libatalk/nbp/nbp_unrgstr.c.orig Thu Feb 4 07:26:41 1999 ++++ libatalk/nbp/nbp_unrgstr.c +@@ -7,7 +7,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 <errno.h> + #include <netatalk/endian.h> |