freebsd-ports/www/webresolve/files/patch-webresolve.c
Maxim Sobolev b21eb52ba9 o Fix breakage (missed sys/types.h);
o respect CC/CFLAGS;
o use ${BSD_INSTALL_*} masros to install binary and script;
o make it PREFIX-clean.

Submitted by:	bento
2001-03-14 15:05:24 +00:00

13 lines
267 B
C

$FreeBSD$
--- webresolve.c 2001/03/14 14:44:11 1.1
+++ webresolve.c 2001/03/14 14:44:26
@@ -24,6 +24,7 @@
#include <string.h>
#include <ctype.h>
#include <netdb.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>