Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Kill duplicate udv_attach() prototype; it's a public...
details: https://anonhg.NetBSD.org/src/rev/f5ded9910448
branches: trunk
changeset: 484142:f5ded9910448
user: kleink <kleink%NetBSD.org@localhost>
date: Sun Mar 26 20:46:59 2000 +0000
description:
Kill duplicate udv_attach() prototype; it's a public interface, and declared
in uvm_device.h.
diffstat:
sys/uvm/uvm_device.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r b3f37bdb2855 -r f5ded9910448 sys/uvm/uvm_device.c
--- a/sys/uvm/uvm_device.c Sun Mar 26 20:42:21 2000 +0000
+++ b/sys/uvm/uvm_device.c Sun Mar 26 20:46:59 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_device.c,v 1.18 1999/11/13 00:24:38 thorpej Exp $ */
+/* $NetBSD: uvm_device.c,v 1.19 2000/03/26 20:46:59 kleink Exp $ */
/*
*
@@ -69,7 +69,6 @@
*/
static void udv_init __P((void));
-struct uvm_object *udv_attach __P((void *, vm_prot_t, vaddr_t, vsize_t));
static void udv_reference __P((struct uvm_object *));
static void udv_detach __P((struct uvm_object *));
static int udv_fault __P((struct uvm_faultinfo *, vaddr_t,
Home |
Main Index |
Thread Index |
Old Index