summaryrefslogtreecommitdiff
path: root/security/fwtk/files/patch-ad
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-07 12:33:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-07 12:33:43 +0000
commit2f6d0a15eebd06ddd701ffeda344d0ca9ecdde81 (patch)
tree6a0195f50fb6e877f24f5ec4569e8c4d26967d4b /security/fwtk/files/patch-ad
parentRespects ${PREFIX} (diff)
Respects ${PREFIX}
Broke up mega-patches into one/file.
Diffstat (limited to '')
-rw-r--r--security/fwtk/files/patch-ad21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/fwtk/files/patch-ad b/security/fwtk/files/patch-ad
new file mode 100644
index 000000000000..334c3c08c7b3
--- /dev/null
+++ b/security/fwtk/files/patch-ad
@@ -0,0 +1,21 @@
+--- firewall.h.orig Fri Nov 4 23:31:26 1994
++++ firewall.h Wed May 15 21:28:28 1996
+@@ -59,7 +59,7 @@
+
+ /* Choose a system logging facility for the firewall toolkit. */
+ #ifndef LFAC
+-#define LFAC LOG_DAEMON
++#define LFAC LOG_LOCAL2
+ #endif
+
+
+@@ -77,8 +77,7 @@
+ makes no difference. make sure that whichever your machine uses
+ is defined below.
+ */
+-#define DIRECT_STRUCT struct direct
+-/* #define DIRECT_STRUCT struct dirent */
++#define DIRECT_STRUCT struct dirent
+
+
+ /*