Deleted Added
full compact
ipsd.c (53024) ipsd.c (80486)
1/*
2 * (C)opyright 1995-1998 Darren Reed.
3 *
1/*
2 * (C)opyright 1995-1998 Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
4 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * The author of this software makes no garuntee about the
9 * performance of this package or its suitability to fulfill any purpose.
10 *
11 */
12#include <stdio.h>
13#include <fcntl.h>
14#include <signal.h>

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

32#ifdef linux
33#include <linux/sockios.h>
34#include "tcpip.h"
35#endif
36#include "ipsd.h"
37
38#ifndef lint
39static const char sccsid[] = "@(#)ipsd.c 1.3 12/3/95 (C)1995 Darren Reed";
5 *
6 * The author of this software makes no garuntee about the
7 * performance of this package or its suitability to fulfill any purpose.
8 *
9 */
10#include <stdio.h>
11#include <fcntl.h>
12#include <signal.h>

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

30#ifdef linux
31#include <linux/sockios.h>
32#include "tcpip.h"
33#endif
34#include "ipsd.h"
35
36#ifndef lint
37static const char sccsid[] = "@(#)ipsd.c 1.3 12/3/95 (C)1995 Darren Reed";
40static const char rcsid[] = "@(#)$Id: ipsd.c,v 2.1 1999/08/04 17:30:56 darrenr Exp $";
38static const char rcsid[] = "@(#)$Id: ipsd.c,v 2.1.4.1 2001/06/26 10:43:21 darrenr Exp $";
41#endif
42
43extern char *optarg;
44extern int optind;
45
46#ifdef linux
47char default_device[] = "eth0";
48#else

--- 251 unchanged lines hidden ---
39#endif
40
41extern char *optarg;
42extern int optind;
43
44#ifdef linux
45char default_device[] = "eth0";
46#else

--- 251 unchanged lines hidden ---