diff options
Diffstat (limited to 'sys/miscfs/procfs/procfs.h')
| -rw-r--r-- | sys/miscfs/procfs/procfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs.h b/sys/miscfs/procfs/procfs.h index 9ee10e559fa..83577da1934 100644 --- a/sys/miscfs/procfs/procfs.h +++ b/sys/miscfs/procfs/procfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: procfs.h,v 1.15 2002/03/14 01:27:08 millert Exp $ */ +/* $OpenBSD: procfs.h,v 1.16 2003/01/31 17:37:50 art Exp $ */ /* $NetBSD: procfs.h,v 1.17 1996/02/12 15:01:41 christos Exp $ */ /* @@ -104,6 +104,7 @@ struct procfs_args { struct procfsmount { void *pmnt_exechook; int pmnt_flags; + struct vnode *rvp; }; #define VFSTOPROC(mp) ((struct procfsmount *)(mp)->mnt_data) |
