Deleted Added
full compact
load_poolnode.c (145519) load_poolnode.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/lib/load_poolnode.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/load_poolnode.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 *
2
3/*
4 * Copyright (C) 2002 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * Id: load_poolnode.c,v 1.3.2.1 2004/03/06 14:33:29 darrenr Exp
8 * $Id: load_poolnode.c,v 1.3.2.1 2004/03/06 14:33:29 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_pool.h"
16

--- 47 unchanged lines hidden ---
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_pool.h"
16

--- 47 unchanged lines hidden ---