summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-29 02:00:45 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-29 02:00:45 +0000
commit8ace0bc640170a62b0b9bb8178808d8a31103f91 (patch)
tree9058d5ad2549089bf80712139e44ded4b5109c32 /sys
parentdeec6fb128525fa42a695632d7089dabd78adb36 (diff)
Roll back dependency on bridge, unnecessary because of ifdef in ip_ether.c
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 4f1bef6ab87..1816cb2eb77 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.131 1999/10/29 01:46:48 angelos Exp $
+# $OpenBSD: files,v 1.132 1999/10/29 02:00:44 angelos Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -481,7 +481,7 @@ file netinet/ip_auth.c ipfilter
file netinet/ip_log.c ipfilter
file netinet/ip_ipsp.c inet & (ipsec | tcp_signature)
file netinet/ip_ip4.c inet & (ipsec | mrouting)
-file netinet/ip_ether.c inet & ipsec & bridge
+file netinet/ip_ether.c inet & ipsec
file netinet/ip_ah.c inet & ipsec
file netinet/ip_esp.c inet & ipsec
file netinet/ip_xform.c inet & ipsec