diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 06:40:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 06:40:03 +0000 |
commit | 0d40931381b1f41f81066aa852979a560db79ea4 (patch) | |
tree | 19e83aced03cc34f08625d5a8521d9b4120565f8 /security | |
parent | e9b78c2bdc9cb4133cacd1a25235febfc0811dae (diff) | |
download | ports-0d40931381b1f41f81066aa852979a560db79ea4.tar.gz ports-0d40931381b1f41f81066aa852979a560db79ea4.zip |
Add #include <arpa/inet.h> to unbreak build
Notes
Notes:
svn path=/head/; revision=57034
Diffstat (limited to 'security')
-rw-r--r-- | security/audit/files/patch-aa | 10 | ||||
-rw-r--r-- | security/audit/files/patch-ab | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/security/audit/files/patch-aa b/security/audit/files/patch-aa new file mode 100644 index 000000000000..e5622008b701 --- /dev/null +++ b/security/audit/files/patch-aa @@ -0,0 +1,10 @@ +--- src/lib/buffer.c.orig Sat Mar 30 22:39:49 2002 ++++ src/lib/buffer.c Sat Mar 30 22:40:08 2002 +@@ -35,6 +35,7 @@ + */ + + #include <sys/types.h> ++#include <arpa/inet.h> + + #ifndef WIN32 + #include <sys/uio.h> diff --git a/security/audit/files/patch-ab b/security/audit/files/patch-ab new file mode 100644 index 000000000000..1894e6e7d627 --- /dev/null +++ b/security/audit/files/patch-ab @@ -0,0 +1,10 @@ +--- src/include/buffer.h.orig Sat Mar 30 22:41:58 2002 ++++ src/include/buffer.h Sat Mar 30 22:42:01 2002 +@@ -32,6 +32,7 @@ + #ifndef BUFFER_H + #define BUFFER_H + ++#include <arpa/inet.h> + #include <openssl/evp.h> + + typedef struct _buffer { |