diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-02 09:06:43 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-02 09:06:43 +0000 |
commit | 8558dc507bab78db5a18f8ae7feb997ab4b8f15a (patch) | |
tree | 7e65e4ef86f15c08290faecaf072186d80bb90fe /sys/conf | |
parent | b3c0099f5db6ae869d9c2d0c907eba262a115f8f (diff) |
ip_ip4.c should be included in inet | inet6.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index a7be83fcea4..934af187f29 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.143 1999/12/30 18:21:56 provos Exp $ +# $OpenBSD: files,v 1.144 2000/01/02 09:06:42 angelos Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -494,7 +494,7 @@ file netinet/ip_proxy.c ipfilter file netinet/ip_auth.c ipfilter file netinet/ip_log.c ipfilter file netinet/ip_ipsp.c (inet | inet6) & (ipsec | tcp_signature) -file netinet/ip_ip4.c inet & (ipsec | mrouting) +file netinet/ip_ip4.c inet | inet6 file netinet/ip_ether.c inet & ipsec file netinet/ipsec_input.c (inet | inet6) & ipsec file netinet/ip_xform.c inet & ipsec |