Deleted Added
full compact
sirix.c (80486) sirix.c (92686)
1/*
2 * (C)opyright 1992-1998 Darren Reed.
3 * (C)opyright 1997 Marc Boucher.
4 *
5 * See the IPFILTER.LICENCE file for details on licencing.
6 */
1/*
2 * (C)opyright 1992-1998 Darren Reed.
3 * (C)opyright 1997 Marc Boucher.
4 *
5 * See the IPFILTER.LICENCE file for details on licencing.
6 */
7#ifdef __sgi
8# include <sys/ptimers.h>
9#endif
7#include <stdio.h>
8#include <sys/types.h>
9#include <string.h>
10#include <unistd.h>
11#include <stdlib.h>
12#include <errno.h>
13#include <sys/socket.h>
14#include <sys/ioctl.h>

--- 78 unchanged lines hidden ---
10#include <stdio.h>
11#include <sys/types.h>
12#include <string.h>
13#include <unistd.h>
14#include <stdlib.h>
15#include <errno.h>
16#include <sys/socket.h>
17#include <sys/ioctl.h>

--- 78 unchanged lines hidden ---