summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2003-05-06 20:52:59 +0000
committertedu <tedu@openbsd.org>2003-05-06 20:52:59 +0000
commit5ad1f9be6a90a1d5bc33f8b66a4e65745591b3fb (patch)
tree7e58cab1de77a537fc7de749b65159c50ad5675f /sys
parentattempt to put a process's cwd back in place after a forced umount. (diff)
downloadwireguard-openbsd-5ad1f9be6a90a1d5bc33f8b66a4e65745591b3fb.tar.xz
wireguard-openbsd-5ad1f9be6a90a1d5bc33f8b66a4e65745591b3fb.zip
updated prototype for dounmount
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 6741a53bee7..cdd985aa06d 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mount.h,v 1.50 2003/04/18 22:12:25 tedu Exp $ */
+/* $OpenBSD: mount.h,v 1.51 2003/05/06 20:52:59 tedu Exp $ */
/* $NetBSD: mount.h,v 1.48 1996/02/18 11:55:47 fvdl Exp $ */
/*
@@ -570,7 +570,7 @@ int speedup_syncer(void);
int vfs_syncwait(int); /* sync and wait for complete */
void vfs_shutdown(void); /* unmount and sync file systems */
long makefstype(char *);
-int dounmount(struct mount *, int, struct proc *);
+int dounmount(struct mount *, int, struct proc *, struct vnode *);
void vfsinit(void);
#ifdef DEBUG
void vfs_bufstats(void);