From 5870a97ec2c2e7bb1e0095de97f57af8ede5e725 Mon Sep 17 00:00:00 2001 From: alfred Date: Mon, 20 Nov 2000 01:35:25 +0000 Subject: 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 --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf/files') 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 -- cgit v1.1