aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/procfs/procfs_vfsops.c')
-rw-r--r--sys/fs/procfs/procfs_vfsops.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c
index 5983a569b938..9379da674b3a 100644
--- a/sys/fs/procfs/procfs_vfsops.c
+++ b/sys/fs/procfs/procfs_vfsops.c
@@ -36,7 +36,7 @@
*
* @(#)procfs_vfsops.c 8.7 (Berkeley) 5/10/95
*
- * $Id: procfs_vfsops.c,v 1.17 1997/08/16 19:15:19 wollman Exp $
+ * $Id: procfs_vfsops.c,v 1.18 1997/12/08 01:06:24 sef Exp $
*/
/*
@@ -61,8 +61,6 @@ static int procfs_statfs __P((struct mount *mp, struct statfs *sbp,
static int procfs_unmount __P((struct mount *mp, int mntflags,
struct proc *p));
-extern void procfs_exit __P((struct proc *));
-
/*
* VFS Operations.
*