Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/net/if_disc.c 128019 2004-04-07 20:46:16Z imp $
---
> * $FreeBSD: head/sys/net/if_disc.c 130933 2004-06-22 20:13:25Z brooks $
47a48
> #include <net/if_clone.h>
78,79d78
< static struct if_clone disc_cloner = IF_CLONE_INITIALIZER(DISCNAME,
< disc_clone_create, disc_clone_destroy, 0, IF_MAXUNIT);
80a80,81
> IFC_SIMPLE_DECLARE(disc, 0);
>