mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fix "coda-server-6.0.6 failed on i386 4".
Notice from: kris via bento
This commit is contained in:
parent
1774d0b164
commit
480c1a7db1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116353
13
net/coda6_server/files/patch-lib-src-base-coda_getaddrinfo.c
Normal file
13
net/coda6_server/files/patch-lib-src-base-coda_getaddrinfo.c
Normal file
@ -0,0 +1,13 @@
|
||||
--- lib-src/base/coda_getaddrinfo.c.orig Mon Aug 16 10:42:57 2004
|
||||
+++ lib-src/base/coda_getaddrinfo.c Mon Aug 16 10:46:09 2004
|
||||
@@ -37,6 +37,10 @@
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
+#include <sys/param.h>
|
||||
+#include <netinet/in.h>
|
||||
+#include <arpa/nameser.h>
|
||||
+#include <resolv.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
Loading…
Reference in New Issue
Block a user