Deleted Added
sdiff udiff text old ( 153881 ) new ( 170268 )
full compact
1/* $FreeBSD: head/contrib/ipfilter/lib/kmem.h 170268 2007-06-04 02:54:36Z darrenr $ */
2
3/*
4 * Copyright (C) 2002 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 * $Id: kmem.h,v 1.2.4.1 2006/06/16 17:21:04 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 ---