pkgsrc/net/netatalk/patches/patch-as
wrstuden 08b5ce4b68 Fix two PRs on this package, and make it compile on macppc.
Sample files are installed in pkg/share/examples/netatalk, addressing
PR 7920 by rnestor@metronet.com.

Now include elf support, addressing PR 8125 by Takahiro Kambe,
<taca@sky.yamashina.kyoto.jp> with slight changes by me.

Cleaned up some lint warnings and fixed an unsigned character comparison
problem with assistance from cgd@netbsd.org.

Disabled building of libatalk_p.a (profiling libatalk) as not all ports
support it which will generate plist errors.
1999-08-31 22:09:42 +00:00

13 lines
366 B
Text

$NetBSD: patch-as,v 1.2 1999/08/31 22:09:43 wrstuden Exp $
--- libatalk/nbp/nbp_lkup.c Tue Oct 7 14:21:57 1997
+++ libatalk/nbp/nbp_lkup.c Mon Aug 30 06:47:43 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>