Move softc stuff into if_tunvar.h

Suggested by: Peter Wemm <peter@netplex.com.au>
Hinted at by: Bruce Evans <bde@FreeBSD.org>
À³
This commit is contained in:
Brian Somers 1998-01-11 17:52:29 +00:00
parent 3a70c9f7bf
commit 1aeffee9fb

View File

@ -63,6 +63,7 @@
#include <net/bpf.h>
#endif
#include <net/if_tunvar.h>
#include <net/if_tun.h>
static void tunattach __P((void *));