diff options
Diffstat (limited to 'sys/miscfs/procfs/procfs.h')
-rw-r--r-- | sys/miscfs/procfs/procfs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs.h b/sys/miscfs/procfs/procfs.h index 7a1bbb8..79a77da 100644 --- a/sys/miscfs/procfs/procfs.h +++ b/sys/miscfs/procfs/procfs.h @@ -36,7 +36,7 @@ * * @(#)procfs.h 8.6 (Berkeley) 2/3/94 * - * $Id: procfs.h,v 1.1.1.1 1994/05/24 10:05:07 rgrimes Exp $ + * $Id: procfs.h,v 1.2 1994/08/02 07:45:08 davidg Exp $ */ /* @@ -139,6 +139,8 @@ extern int procfs_dostatus __P((struct proc *, struct proc *, struct pfsnode *pf extern int (**procfs_vnodeop_p)(); extern struct vfsops procfs_vfsops; +int procfs_root __P((struct mount *, struct vnode **)); + /* * Prototypes for procfs vnode ops */ |