Deleted Added
sdiff udiff text old ( 161357 ) new ( 170268 )
full compact
1/* $FreeBSD: head/contrib/ipfilter/tools/ipsyncs.c 170268 2007-06-04 02:54:36Z darrenr $ */
2
3/*
4 * Copyright (C) 2001-2006 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 */
8#if !defined(lint)
9static const char sccsid[] = "@(#)ip_fil.c 2.41 6/5/96 (C) 1993-2000 Darren Reed";
10static const char rcsid[] = "@(#)$Id: ipsyncs.c,v 1.5.2.4 2006/08/26 11:21:15 darrenr Exp $";
11#endif
12#include <sys/types.h>
13#include <sys/time.h>
14#include <sys/socket.h>
15
16#include <netinet/in.h>
17#include <net/if.h>
18

--- 256 unchanged lines hidden ---