summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/procfs')
-rw-r--r--sys/fs/procfs/procfs_subr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fs/procfs/procfs_subr.c b/sys/fs/procfs/procfs_subr.c
index e6e8ada..8c5224b 100644
--- a/sys/fs/procfs/procfs_subr.c
+++ b/sys/fs/procfs/procfs_subr.c
@@ -36,7 +36,7 @@
*
* @(#)procfs_subr.c 8.6 (Berkeley) 5/14/95
*
- * $Id$
+ * $Id: procfs_subr.c,v 1.13 1997/02/22 09:40:30 peter Exp $
*/
#include <sys/param.h>
@@ -164,6 +164,7 @@ loop:
case Pmem:
pfs->pfs_mode = (VREAD|VWRITE) |
(VREAD) >> 3;;
+ vp->v_type = VREG;
break;
case Pregs:
OpenPOWER on IntegriCloud