diff options
Diffstat (limited to '')
| -rw-r--r-- | security/fwtk/files/patch-ad | 21 |
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 + + + /* |
