1
0
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:
Sergey A. Osokin 2004-08-16 07:06:40 +00:00
parent 1774d0b164
commit 480c1a7db1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116353

View 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>