Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/contrib/pf/net/if_pflog.c 130613 2004-06-16 23:24:02Z mlaier $ */
---
> /* $FreeBSD: head/sys/contrib/pf/net/if_pflog.c 130933 2004-06-22 20:13:25Z brooks $ */
65a66,68
> #if defined(__FreeBSD__)
> #include <net/if_clone.h>
> #endif
126,127c129
< struct if_clone pflog_cloner = IF_CLONE_INITIALIZER(PFLOGNAME,
< pflog_clone_create, pflog_clone_destroy, 1, IF_MAXUNIT);
---
> IFC_SIMPLE_DECLARE(pflog, 1);