diff options
author | eivind <eivind@FreeBSD.org> | 1998-01-09 00:51:57 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-01-09 00:51:57 +0000 |
commit | 6df58d9bc96fd65bf7987aa61783dc7873ce960f (patch) | |
tree | fc25659d1b7fe3466749fb4833169434c3ccd11c /sys | |
parent | 6624495c00551722e6cf6ea7d28658cd617ea055 (diff) | |
download | FreeBSD-src-6df58d9bc96fd65bf7987aa61783dc7873ce960f.zip FreeBSD-src-6df58d9bc96fd65bf7987aa61783dc7873ce960f.tar.gz |
NETATALK -> opt_atalk.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options | 3 | ||||
-rw-r--r-- | sys/net/if_ethersubr.c | 3 | ||||
-rw-r--r-- | sys/net/if_fddisubr.c | 3 | ||||
-rw-r--r-- | sys/net/if_loop.c | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/conf/options b/sys/conf/options index b6efd23..585a1e8 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.42 1997/12/16 23:59:37 eivind Exp $ +# $Id: options,v 1.43 1998/01/08 23:40:23 eivind Exp $ # Format: # Option name filename @@ -110,6 +110,7 @@ IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h IPX opt_ipx.h IPXIP opt_ipx.h IPTUNNEL opt_ipx.h +NETATALK opt_atalk.h PPP_BSDCOMP opt_ppp.h PPP_DEFLATE opt_ppp.h PPP_FILTER opt_ppp.h diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index eef5357..4d7a698 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -31,9 +31,10 @@ * SUCH DAMAGE. * * @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ethersubr.c,v 1.41 1997/12/20 00:07:02 bde Exp $ + * $Id: if_ethersubr.c,v 1.42 1998/01/08 23:41:23 eivind Exp $ */ +#include "opt_atalk.h" #include "opt_inet.h" #include "opt_ipx.h" diff --git a/sys/net/if_fddisubr.c b/sys/net/if_fddisubr.c index dca0ad0..d5eed32 100644 --- a/sys/net/if_fddisubr.c +++ b/sys/net/if_fddisubr.c @@ -33,9 +33,10 @@ * SUCH DAMAGE. * * from: if_ethersubr.c,v 1.5 1994/12/13 22:31:45 wollman Exp - * $Id: if_fddisubr.c,v 1.23 1997/12/15 20:31:01 eivind Exp $ + * $Id: if_fddisubr.c,v 1.24 1998/01/08 23:41:24 eivind Exp $ */ +#include "opt_atalk.h" #include "opt_inet.h" #include "opt_ipx.h" diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index 1e203be..dcc18a2 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_loop.c 8.1 (Berkeley) 6/10/93 - * $Id: if_loop.c,v 1.28 1997/12/15 20:31:02 eivind Exp $ + * $Id: if_loop.c,v 1.29 1998/01/08 23:41:26 eivind Exp $ */ /* @@ -40,6 +40,7 @@ #include "loop.h" #if NLOOP > 0 +#include "opt_atalk.h" #include "opt_inet.h" #include "opt_ipx.h" |