diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-01-10 22:47:09 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-01-10 22:47:09 +0000 |
commit | 72d575da59ce3b7954b3f56402f3ddadce040153 (patch) | |
tree | 3b700045cf1c6ae67fb3c6e4bc21d2b8d7e2e010 | |
parent | c5e08889f91ca9a0a9ab16cd5961d99c7fe75dae (diff) |
remove unnecessary declaration of dounmount
-rw-r--r-- | sys/kern/vfs_syscalls.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index f88d18eb6e2..199202c383a 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_syscalls.c,v 1.51 1998/12/28 19:56:22 art Exp $ */ +/* $OpenBSD: vfs_syscalls.c,v 1.52 1999/01/10 22:47:08 art Exp $ */ /* $NetBSD: vfs_syscalls.c,v 1.71 1996/04/23 10:29:02 mycroft Exp $ */ /* @@ -66,7 +66,6 @@ int usermount = 0; /* sysctl: by default, users may not mount */ static int change_dir __P((struct nameidata *, struct proc *)); void checkdirs __P((struct vnode *)); -int dounmount __P((struct mount *, int, struct proc *)); /* * Redirection info so we don't have to include the union fs routines in |