Deleted Added
full compact
kmem.h (145519) kmem.h (153881)
1/* $FreeBSD: head/contrib/ipfilter/lib/kmem.h 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/kmem.h 153881 2005-12-30 11:52:26Z guido $ */
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 * Id: kmem.h,v 1.2 2002/08/21 22:57:36 darrenr Exp
7 * $Id: kmem.h,v 1.2 2002/08/21 22:57:36 darrenr Exp $
8 */
9
10#ifndef __KMEM_H__
11#define __KMEM_H__
12
13#ifndef __P
14# ifdef __STDC__
15# define __P(x) x

--- 19 unchanged lines hidden ---
8 */
9
10#ifndef __KMEM_H__
11#define __KMEM_H__
12
13#ifndef __P
14# ifdef __STDC__
15# define __P(x) x

--- 19 unchanged lines hidden ---