diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-09-07 13:17:06 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-09-07 13:17:06 +0000 |
| commit | 8994ca3ce90e6f418425eefc56cf9da849b0ab59 (patch) | |
| tree | f865d1a94c2fb8a38b3fa9e0e6cba707cbe3c7cf /sys/miscfs/procfs/procfs_vfsops.c | |
| parent | ef949dd17d7a80e96082f9b8b10dd537caeaa021 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/procfs/procfs_vfsops.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c index ef4c4da94ec5..ac1ab5341916 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.24 1998/07/27 01:07:01 alex Exp $ + * $Id: procfs_vfsops.c,v 1.25 1998/07/27 22:47:17 alex Exp $ */ /* @@ -212,4 +212,4 @@ static struct vfsops procfs_vfsops = { procfs_init, }; -VFS_SET(procfs_vfsops, procfs, MOUNT_PROCFS, VFCF_SYNTHETIC); +VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC); |
