Deleted Added
sdiff udiff text old ( 145519 ) new ( 153881 )
full compact
1/* $FreeBSD: head/contrib/ipfilter/lib/remove_pool.c 153881 2005-12-30 11:52:26Z guido $ */
2
3/*
4 * Copyright (C) 2002 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * $Id: remove_pool.c,v 1.1 2003/04/13 06:40:14 darrenr Exp $
9 */
10
11#include <fcntl.h>
12#include <sys/ioctl.h>
13#include "ipf.h"
14#include "netinet/ip_lookup.h"
15#include "netinet/ip_htable.h"
16

--- 34 unchanged lines hidden ---