Deleted Added
full compact
ip_proxy.c (57096) ip_proxy.c (57126)
1/*
2 * Copyright (C) 1997-1998 by Darren Reed.
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.
7 */
8#if !defined(lint)
1/*
2 * Copyright (C) 1997-1998 by Darren Reed.
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.
7 */
8#if !defined(lint)
9static const char rcsid[] = "@(#)$Id: ip_proxy.c,v 2.2.2.1 1999/09/19 12:18:19 darrenr Exp $";
9/*static const char rcsid[] = "@(#)$Id: ip_proxy.c,v 2.2.2.1 1999/09/19 12:18:19 darrenr Exp $";*/
10static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/ip_proxy.c 57126 2000-02-10 21:29:11Z guido $";
10#endif
11
12#if defined(__FreeBSD__) && defined(KERNEL) && !defined(_KERNEL)
13# define _KERNEL
14#endif
15
16#include <sys/errno.h>
17#include <sys/types.h>

--- 370 unchanged lines hidden ---
11#endif
12
13#if defined(__FreeBSD__) && defined(KERNEL) && !defined(_KERNEL)
14# define _KERNEL
15#endif
16
17#include <sys/errno.h>
18#include <sys/types.h>

--- 370 unchanged lines hidden ---