diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-09 13:17:51 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-09 13:17:51 +0000 |
| commit | 668891c57b5a0c61a8e221d12b871f87722d711c (patch) | |
| tree | 413ef7622ea97e9d11e70dd98fde9d4f54ac1026 /sys/miscfs | |
| parent | eba4802243eef298fb77a495b6a99477cdd48917 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/procfs/procfs_vfsops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c index b1d4d4332540..fe7f390d7161 100644 --- a/sys/miscfs/procfs/procfs_vfsops.c +++ b/sys/miscfs/procfs/procfs_vfsops.c @@ -177,3 +177,4 @@ static struct vfsops procfs_vfsops = { }; VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC); +MODULE_VERSION(procfs, 1); |
