Fix the build on 6.X.
Reported by: pointyhat via pav
This commit is contained in:
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
10
net/netatalk/files/patch-include_atalk_dsi.h
Normal file
10
net/netatalk/files/patch-include_atalk_dsi.h
Normal 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>
|
10
net/netatalk/files/patch-include_atalk_util.h
Normal file
10
net/netatalk/files/patch-include_atalk_util.h
Normal 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 */
|
Loading…
Reference in a new issue