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.
13 lines
375 B
Text
13 lines
375 B
Text
$NetBSD: patch-an,v 1.2 1999/08/31 22:09:43 wrstuden Exp $
|
|
|
|
--- libatalk/asp/asp_getsess.c Sat Aug 16 16:20:31 1997
|
|
+++ libatalk/asp/asp_getsess.c Mon Aug 30 06:47:42 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>
|