diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-04 13:22:46 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-04 13:22:46 +0000 |
commit | cdc05a5c5171ab97cdb3a6f78d7dc164f3b7c89a (patch) | |
tree | 22729e486dd51d16e42640fecebdd6cbb8ac4ce5 /sysutils/gapcmon/files/patch-gapcmon.c | |
parent | Wapiti allows you to audit the security of your web applications. (diff) |
- Update to 0.8.6
PR: ports/116884
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=200820
Diffstat (limited to 'sysutils/gapcmon/files/patch-gapcmon.c')
-rw-r--r-- | sysutils/gapcmon/files/patch-gapcmon.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/gapcmon/files/patch-gapcmon.c b/sysutils/gapcmon/files/patch-gapcmon.c new file mode 100644 index 000000000000..912b14333a10 --- /dev/null +++ b/sysutils/gapcmon/files/patch-gapcmon.c @@ -0,0 +1,10 @@ +--- src/gapcmon.c.orig Wed Oct 3 19:53:05 2007 ++++ src/gapcmon.c Wed Oct 3 19:53:32 2007 +@@ -74,6 +74,7 @@ + #include <unistd.h> /* close() */ + #include <sys/types.h> /* socket() */ + #include <sys/socket.h> /* socket() */ ++#include <netinet/in.h> + #include <arpa/inet.h> /* ntohs() */ + #include <netdb.h> /* gethostbyname() */ + #include <errno.h> |