diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-02-16 10:49:55 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-02-16 10:49:55 +0000 |
| commit | ce02431ffafa566f9c73b08cd91a3f5b12ff443e (patch) | |
| tree | 89ce394b74486e2406d5e017bd9e369a6dcbc81b /sys/net/if_ethersubr.c | |
| parent | d207e2138aa6df3717005151a3c333a96cf7aa4c (diff) | |
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 26af789d8720..ce72cbd72b16 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ethersubr.c,v 1.54 1999/01/12 12:07:00 eivind Exp $ + * $Id: if_ethersubr.c,v 1.55 1999/01/31 08:17:16 julian Exp $ */ #include "opt_atalk.h" @@ -679,6 +679,7 @@ ether_ifattach(ifp) #endif /* NETGRAPH */ } +SYSCTL_DECL(_net_link); SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW, 0, "Ethernet"); int |
