Deleted Added
full compact
sbpf.c (53024) sbpf.c (80486)
1/*
2 * (C)opyright 1995-1998 Darren Reed. (from tcplog)
3 *
1/*
2 * (C)opyright 1995-1998 Darren Reed. (from tcplog)
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.
4 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 */
9#include <stdio.h>
10#include <netdb.h>
11#include <ctype.h>
12#include <signal.h>
13#include <errno.h>
14#include <sys/types.h>

--- 182 unchanged lines hidden ---
5 *
6 */
7#include <stdio.h>
8#include <netdb.h>
9#include <ctype.h>
10#include <signal.h>
11#include <errno.h>
12#include <sys/types.h>

--- 182 unchanged lines hidden ---