aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-30 08:46:44 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-30 08:46:44 +0000
commita954e88d0b8249f97c29922136ce2d9687214d84 (patch)
tree93dd645e913b31116f79056817d02bc09acb5580
parentd03815ca62b5b30e978ce30851d30ffc79337ebb (diff)
Notes
-rw-r--r--sys/fs/procfs/procfs.h4
-rw-r--r--sys/fs/procfs/procfs_vfsops.c4
-rw-r--r--sys/miscfs/procfs/procfs.h4
-rw-r--r--sys/miscfs/procfs/procfs_vfsops.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/fs/procfs/procfs.h b/sys/fs/procfs/procfs.h
index 76f1e8e9c2cb..ada5ef382799 100644
--- a/sys/fs/procfs/procfs.h
+++ b/sys/fs/procfs/procfs.h
@@ -37,7 +37,7 @@
* @(#)procfs.h 8.9 (Berkeley) 5/14/95
*
* From:
- * $Id: procfs.h,v 1.16 1997/08/12 04:34:27 sef Exp $
+ * $Id: procfs.h,v 1.17 1997/09/07 05:26:16 bde Exp $
*/
/*
@@ -135,6 +135,8 @@ struct reg;
struct fpreg;
#define PFIND(pid) ((pid) ? pfind(pid) : &proc0)
+
+void procfs_exit __P((struct proc *));
int procfs_freevp __P((struct vnode *));
int procfs_allocvp __P((struct mount *, struct vnode **, long, pfstype));
struct vnode *procfs_findtextvp __P((struct proc *));
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.
*
diff --git a/sys/miscfs/procfs/procfs.h b/sys/miscfs/procfs/procfs.h
index 76f1e8e9c2cb..ada5ef382799 100644
--- a/sys/miscfs/procfs/procfs.h
+++ b/sys/miscfs/procfs/procfs.h
@@ -37,7 +37,7 @@
* @(#)procfs.h 8.9 (Berkeley) 5/14/95
*
* From:
- * $Id: procfs.h,v 1.16 1997/08/12 04:34:27 sef Exp $
+ * $Id: procfs.h,v 1.17 1997/09/07 05:26:16 bde Exp $
*/
/*
@@ -135,6 +135,8 @@ struct reg;
struct fpreg;
#define PFIND(pid) ((pid) ? pfind(pid) : &proc0)
+
+void procfs_exit __P((struct proc *));
int procfs_freevp __P((struct vnode *));
int procfs_allocvp __P((struct mount *, struct vnode **, long, pfstype));
struct vnode *procfs_findtextvp __P((struct proc *));
diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c
index 5983a569b938..9379da674b3a 100644
--- a/sys/miscfs/procfs/procfs_vfsops.c
+++ b/sys/miscfs/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.
*