Deleted Added
full compact
if_pfsync.c (133720) if_pfsync.c (135196)
1/* $FreeBSD: head/sys/contrib/pf/net/if_pfsync.c 133720 2004-08-14 15:32:40Z dwmalone $ */
1/* $FreeBSD: head/sys/contrib/pf/net/if_pfsync.c 135196 2004-09-14 03:12:01Z mlaier $ */
2/* $OpenBSD: if_pfsync.c,v 1.26 2004/03/28 18:14:20 mcbride Exp $ */
3
4/*
5 * Copyright (c) 2002 Michael Shalayeff
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 1647 unchanged lines hidden (view full) ---

1657static moduledata_t pfsync_mod = {
1658 "pfsync",
1659 pfsync_modevent,
1660 0
1661};
1662
1663#define PFSYNC_MODVER 1
1664
2/* $OpenBSD: if_pfsync.c,v 1.26 2004/03/28 18:14:20 mcbride Exp $ */
3
4/*
5 * Copyright (c) 2002 Michael Shalayeff
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 1647 unchanged lines hidden (view full) ---

1657static moduledata_t pfsync_mod = {
1658 "pfsync",
1659 pfsync_modevent,
1660 0
1661};
1662
1663#define PFSYNC_MODVER 1
1664
1665DECLARE_MODULE(pfsync, pfsync_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
1665DECLARE_MODULE(pfsync, pfsync_mod, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY);
1666MODULE_VERSION(pfsync, PFSYNC_MODVER);
1667#endif /* __FreeBSD__ */
1666MODULE_VERSION(pfsync, PFSYNC_MODVER);
1667#endif /* __FreeBSD__ */