diff options
author | kris <kris@FreeBSD.org> | 2002-03-31 14:40:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-31 14:40:03 +0800 |
commit | f12179757d5b67f2085eb3fa5c20cda8d086dbf2 (patch) | |
tree | 779998d1d1f9fd7bc03693eb12150cd1c08fbd29 /security/audit | |
parent | fb350714844edaa29fc5e811ff5cea61b474fe1b (diff) | |
download | freebsd-ports-gnome-f12179757d5b67f2085eb3fa5c20cda8d086dbf2.tar.gz freebsd-ports-gnome-f12179757d5b67f2085eb3fa5c20cda8d086dbf2.tar.zst freebsd-ports-gnome-f12179757d5b67f2085eb3fa5c20cda8d086dbf2.zip |
Add #include <arpa/inet.h> to unbreak build
Diffstat (limited to 'security/audit')
-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 { |