Deleted Added
full compact
lsock.c (80486) lsock.c (92686)
1/*
2 * lsock.c (C) 1995-1998 Darren Reed
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 */
6#if !defined(lint)
7static const char sccsid[] = "@(#)lsock.c 1.2 1/11/96 (C)1995 Darren Reed";
1/*
2 * lsock.c (C) 1995-1998 Darren Reed
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 */
6#if !defined(lint)
7static const char sccsid[] = "@(#)lsock.c 1.2 1/11/96 (C)1995 Darren Reed";
8static const char rcsid[] = "@(#)$Id: lsock.c,v 2.1.4.1 2001/06/26 10:43:22 darrenr Exp $";
8static const char rcsid[] = "@(#)$Id: lsock.c,v 2.1.4.2 2002/02/22 15:32:58 darrenr Exp $";
9#endif
9#endif
10#ifdef __sgi
11# include <sys/ptimers.h>
12#endif
10#include <stdio.h>
11#include <unistd.h>
12#include <string.h>
13#include <stdlib.h>
14#include <stddef.h>
15#include <pwd.h>
16#include <sys/types.h>
17#include <sys/time.h>

--- 237 unchanged lines hidden ---
13#include <stdio.h>
14#include <unistd.h>
15#include <string.h>
16#include <stdlib.h>
17#include <stddef.h>
18#include <pwd.h>
19#include <sys/types.h>
20#include <sys/time.h>

--- 237 unchanged lines hidden ---