aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/kmem.h
diff options
context:
space:
mode:
authorDarren Reed <darrenr@FreeBSD.org>2001-07-28 11:59:33 +0000
committerDarren Reed <darrenr@FreeBSD.org>2001-07-28 11:59:33 +0000
commitdba82da1c8912a1a3a6328593dc75b9f15f19fcf (patch)
tree503d2119100a8bd3735c0bda1607f3a64ed1ad33 /contrib/ipfilter/kmem.h
parentdd298e2f037989712b8d15d3692045527edeee31 (diff)
downloadsrc-dba82da1c8912a1a3a6328593dc75b9f15f19fcf.tar.gz
src-dba82da1c8912a1a3a6328593dc75b9f15f19fcf.zip
Import IPFilter version 3.4.20
Notes
Notes: svn path=/vendor/ipfilter/dist/; revision=80486
Diffstat (limited to 'contrib/ipfilter/kmem.h')
-rw-r--r--contrib/ipfilter/kmem.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/contrib/ipfilter/kmem.h b/contrib/ipfilter/kmem.h
index d6ed3c4e7592..08a6c5ecac95 100644
--- a/contrib/ipfilter/kmem.h
+++ b/contrib/ipfilter/kmem.h
@@ -1,10 +1,8 @@
/*
- * Copyright (C) 1993-2000 by Darren Reed.
+ * Copyright (C) 1993-2001 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.2 2000/03/13 22:10:25 darrenr Exp $
+ * See the IPFILTER.LICENCE file for details on licencing.
+ * $Id: kmem.h,v 2.2.2.2 2001/06/26 10:43:19 darrenr Exp $
*/
#ifndef __KMEM_H__
@@ -17,7 +15,7 @@
# define __P(x) ()
# endif
#endif
-extern int openkmem __P((void));
+extern int openkmem __P((char *));
extern int kmemcpy __P((char *, long, int));
extern int kstrncpy __P((char *, long, int));