mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
22 lines
485 B
Plaintext
22 lines
485 B
Plaintext
|
--- 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
|
||
|
|
||
|
|
||
|
/*
|