Fix the build on 6.X.

Reported by:	pointyhat via pav
This commit is contained in:
Joe Marcus Clarke 2010-06-09 22:49:30 +00:00
parent e13a81a7dc
commit d15c60ff16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256237
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- include/atalk/dsi.h.orig 2010-06-09 18:46:15.000000000 -0400
+++ include/atalk/dsi.h 2010-06-09 18:44:22.000000000 -0400
@@ -11,6 +11,7 @@
#include <sys/time.h>
#include <signal.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#include <atalk/afp.h>
#include <atalk/server_child.h>

View file

@ -0,0 +1,10 @@
--- include/atalk/util.h.orig 2010-06-09 18:45:10.000000000 -0400
+++ include/atalk/util.h 2010-06-09 18:45:22.000000000 -0400
@@ -17,6 +17,7 @@
#include <sys/cdefs.h>
#include <sys/types.h>
+#include <sys/socket.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */