diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-11 19:26:53 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-11 19:26:53 +0000 |
| commit | b2b795f07c71a7ebef458372022686da4f002ddc (patch) | |
| tree | 461a2b653690a240b421c8d7ee556596a41c3c5b /sys/miscfs | |
| parent | a51ab5ce3b2e12b0c973a25ec4dfde5ee818481e (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/procfs/procfs_vnops.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c index 1124282c3965..736b2fe3e45f 100644 --- a/sys/miscfs/procfs/procfs_vnops.c +++ b/sys/miscfs/procfs/procfs_vnops.c @@ -36,7 +36,7 @@ * * @(#)procfs_vnops.c 8.6 (Berkeley) 2/7/94 * - * $Id: procfs_vnops.c,v 1.10 1995/04/15 02:50:13 davidg Exp $ + * $Id: procfs_vnops.c,v 1.11 1995/04/15 03:20:31 davidg Exp $ */ /* @@ -285,8 +285,8 @@ procfs_print(ap) { struct pfsnode *pfs = VTOPFS(ap->a_vp); - printf("tag VT_PROCFS, pid %lu, mode %x, flags %x\n", - (u_long)pfs->pfs_pid, + printf("tag VT_PROCFS, pid %lu, mode %x, flags %lx\n", + pfs->pfs_pid, pfs->pfs_mode, pfs->pfs_flags); return (0); } |
