summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-11-16 09:25:00 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-11-16 09:25:00 +0000
commitd97cc95e6f033e53324148fb77b2f681ef67c601 (patch)
tree0af39a795de7961777dba71b1b43190ccd4e5b92
parentf59d51b719e5490eb2758ff6b451c2f8be878fec (diff)
We don't need a prototype for kmem_alloc.
-rw-r--r--sys/dev/ramdisk.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ramdisk.c b/sys/dev/ramdisk.c
index 49f264c8b97..aaf28e73aa1 100644
--- a/sys/dev/ramdisk.c
+++ b/sys/dev/ramdisk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ramdisk.c,v 1.10 1999/09/14 14:19:56 mickey Exp $ */
+/* $OpenBSD: ramdisk.c,v 1.11 1999/11/16 09:24:59 art Exp $ */
/* $NetBSD: ramdisk.c,v 1.8 1996/04/12 08:30:09 leo Exp $ */
/*
@@ -64,9 +64,6 @@
#if defined(UVM)
#include <uvm/uvm_extern.h>
-#else
-/* Don't want all those other VM headers... */
-extern vm_offset_t kmem_alloc __P((vm_map_t, vm_size_t));
#endif
#include <dev/ramdisk.h>