summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2000-11-20 01:35:25 +0000
committeralfred <alfred@FreeBSD.org>2000-11-20 01:35:25 +0000
commit5870a97ec2c2e7bb1e0095de97f57af8ede5e725 (patch)
tree948cf4c9d2fec6eb2c919abc970ce422eede36ac /sys/conf/files
parentee2707f1c2af95f097f8ba5eaeb087e316e84036 (diff)
downloadFreeBSD-src-5870a97ec2c2e7bb1e0095de97f57af8ede5e725.zip
FreeBSD-src-5870a97ec2c2e7bb1e0095de97f57af8ede5e725.tar.gz
Accept filters broke kernels compiled without options INET.
Make accept filters conditional on INET support to fix. Pointed out by: bde Tested and assisted by: Stephen J. Kiernan <sab@vegamuse.org>
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 04b46ec..6bb991b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -668,7 +668,7 @@ kern/tty_pty.c optional pty
kern/tty_snoop.c count snp
kern/tty_subr.c standard
kern/tty_tty.c standard
-kern/uipc_accf.c standard
+kern/uipc_accf.c optional inet
kern/uipc_domain.c standard
kern/uipc_mbuf.c standard
kern/uipc_mbuf2.c standard
OpenPOWER on IntegriCloud