Deleted Added
full compact
ip_frag.c (57096) ip_frag.c (57126)
1/*
2 * Copyright (C) 1993-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 sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-1995 Darren Reed";
1/*
2 * Copyright (C) 1993-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 sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-1995 Darren Reed";
10static const char rcsid[] = "@(#)$Id: ip_frag.c,v 2.4.2.4 1999/11/28 04:52:10 darrenr Exp $";
10/*static const char rcsid[] = "@(#)$Id: ip_frag.c,v 2.4.2.4 1999/11/28 04:52:10 darrenr Exp $";*/
11static const char rcsid[] = "@(#)$FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.c 57126 2000-02-10 21:29:11Z guido $";
11#endif
12
13#if defined(KERNEL) && !defined(_KERNEL)
14# define _KERNEL
15#endif
16
17#include <sys/errno.h>
18#include <sys/types.h>

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

--- 504 unchanged lines hidden ---