Deleted Added
full compact
ipsd.c (31183) ipsd.c (53024)
1/*
1/*
2 * (C)opyright 1995-1997 Darren Reed.
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.
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 *

--- 21 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";
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.
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 *

--- 21 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";
40static const char rcsid[] = "@(#)$Id: ipsd.c,v 2.0.2.4 1997/09/28 07:13:17 darrenr Exp $";
40static const char rcsid[] = "@(#)$Id: ipsd.c,v 2.1 1999/08/04 17:30:56 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 ---
41#endif
42
43extern char *optarg;
44extern int optind;
45
46#ifdef linux
47char default_device[] = "eth0";
48#else

--- 251 unchanged lines hidden ---