summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/kmem.h
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>1997-05-25 15:45:04 +0000
committerdarrenr <darrenr@FreeBSD.org>1997-05-25 15:45:04 +0000
commite0610b5498ab54082ddadbfebd47280245e3e0f8 (patch)
treef9876809ef0dd75bd4671d4afb7d3488f1972a5f /contrib/ipfilter/kmem.h
parentd25503500842fdd0550710a7afb953d1b8f20f00 (diff)
downloadFreeBSD-src-e0610b5498ab54082ddadbfebd47280245e3e0f8.zip
FreeBSD-src-e0610b5498ab54082ddadbfebd47280245e3e0f8.tar.gz
Import version 3.2alpha7
Diffstat (limited to 'contrib/ipfilter/kmem.h')
-rw-r--r--contrib/ipfilter/kmem.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/ipfilter/kmem.h b/contrib/ipfilter/kmem.h
index 38d6430..d98f391 100644
--- a/contrib/ipfilter/kmem.h
+++ b/contrib/ipfilter/kmem.h
@@ -1,12 +1,15 @@
/*
- * (C)opyright 1993,1994,1995 by Darren Reed.
+ * (C)opyright 1993-1997 by Darren Reed.
*
* Redistribution and use in source and binary forms are permitted
* provided that this notice is preserved and due credit is given
* to the original author and the contributors.
- * $Id: kmem.h,v 2.0.2.3 1997/03/10 08:10:38 darrenr Exp $
+ * $Id: kmem.h,v 2.0.2.5 1997/04/30 13:49:35 darrenr Exp $
*/
+#ifndef __KMEM_H__
+#define __KMEM_H__
+
#ifndef __P
# ifdef __STDC__
# define __P(x) x
@@ -19,3 +22,4 @@ extern int kmemcpy __P((char *, long, int));
#define KMEM "/dev/kmem"
+#endif /* __KMEM_H__ */
OpenPOWER on IntegriCloud