Deleted Added
full compact
ipsyncs.c (161357) ipsyncs.c (170268)
1/* $FreeBSD: head/contrib/ipfilter/tools/ipsyncs.c 161357 2006-08-16 12:23:02Z guido $ */
1/* $FreeBSD: head/contrib/ipfilter/tools/ipsyncs.c 170268 2007-06-04 02:54:36Z darrenr $ */
2
3/*
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
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";
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.3 2006/03/27 02:09:47 darrenr Exp $";
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 ---
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 ---