From 70865363ca3965520f879ab49c6846b9d34015c6 Mon Sep 17 00:00:00 2001 From: nectar Date: Sat, 24 Jan 2004 14:59:51 +0000 Subject: Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so that one can load the IPFilter module (which requires PFIL_HOOKS). Requested by: Many, for over a year --- sys/sparc64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sparc64') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index b07bd30..3e02544 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -55,6 +55,7 @@ options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores #options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions +options PFIL_HOOKS # pfil(9) framework # Debugging for use in -current options DDB #Enable the kernel debugger -- cgit v1.1