Deleted Added
full compact
ipsdr.c (22514) ipsdr.c (31183)
1/*
1/*
2 * (C)opyright December 1995 Darren Reed.
2 * (C)opyright 1995-1997 Darren Reed.
3 *
3 *
4 * This software may be freely distributed as long as it is not altered
5 * in any way and that this messagge always accompanies it.
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.
6 *
7 * The author of this software makes no garuntee about the
8 * performance of this package or its suitability to fulfill any purpose.
9 *
10 */
11#include <stdio.h>
12#include <fcntl.h>
13#include <signal.h>

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

31#include "ip_compat.h"
32#ifdef linux
33#include <linux/sockios.h>
34#include "tcpip.h"
35#endif
36#include "ipsd.h"
37
38#ifndef lint
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#include "ip_compat.h"
33#ifdef linux
34#include <linux/sockios.h>
35#include "tcpip.h"
36#endif
37#include "ipsd.h"
38
39#ifndef lint
39static char sccsid[] = "@(#)ipsdr.c 1.3 12/3/95 (C)1995 Darren Reed";
40static const char sccsid[] = "@(#)ipsdr.c 1.3 12/3/95 (C)1995 Darren Reed";
41static const char rcsid[] = "@(#)$Id: ipsdr.c,v 2.0.2.3 1997/09/28 07:13:18 darrenr Exp $";
40#endif
41
42extern char *optarg;
43extern int optind;
44
45#define NPORTS 21
46
47u_short defports[NPORTS] = {

--- 268 unchanged lines hidden ---
42#endif
43
44extern char *optarg;
45extern int optind;
46
47#define NPORTS 21
48
49u_short defports[NPORTS] = {

--- 268 unchanged lines hidden ---