summaryrefslogtreecommitdiff
path: root/sys/kern/kern_resource.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-05-05 08:34:19 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-05-05 08:34:19 +0000
commitabeda13edb6abcd10643259f241b8837e1a58f1e (patch)
tree8cdcfeab651f04607ad94a1ef3b69c76b53955c0 /sys/kern/kern_resource.c
parenta43b5df214133af6a6889146f4984205d4be6fb1 (diff)
Add limfree prototype to sys/recosurcevar.h.
Diffstat (limited to 'sys/kern/kern_resource.c')
-rw-r--r--sys/kern/kern_resource.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c
index dd0cea5da63..af34a823305 100644
--- a/sys/kern/kern_resource.c
+++ b/sys/kern/kern_resource.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_resource.c,v 1.11 2000/03/03 11:31:43 art Exp $ */
+/* $OpenBSD: kern_resource.c,v 1.12 2000/05/05 08:34:18 art Exp $ */
/* $NetBSD: kern_resource.c,v 1.38 1996/10/23 07:19:38 matthias Exp $ */
/*-
@@ -58,7 +58,6 @@
#include <uvm/uvm_extern.h>
#endif
-void limfree __P((struct plimit *));
/*
* Resource controls and accounting.
*/