9e1204af76
mkpatches faithfully files that away as a patch, which somewhat broke my previous update. Fixing.
13 lines
347 B
Text
13 lines
347 B
Text
$NetBSD: patch-au,v 1.5 2001/05/24 17:00:58 abs Exp $
|
|
|
|
--- libatalk/nbp/nbp_rgstr.c.orig Thu Aug 14 22:27:23 1997
|
|
+++ libatalk/nbp/nbp_rgstr.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/at.h>
|