Deleted Added
sdiff udiff text old ( 80486 ) new ( 92686 )
full compact
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#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 ---