diff options
| author | Boris Popov <bp@FreeBSD.org> | 1999-10-31 15:11:43 +0000 |
|---|---|---|
| committer | Boris Popov <bp@FreeBSD.org> | 1999-10-31 15:11:43 +0000 |
| commit | 96a9a981cc0a9de4d89afbdb571c3a2cad584a45 (patch) | |
| tree | c8f213e217839cfe0acb83eec0b97e8fa7399093 /sys/nwfs | |
| parent | 7004810ddc0c3c71dce1e7a3df241f55a70c4320 (diff) | |
Notes
Diffstat (limited to 'sys/nwfs')
| -rw-r--r-- | sys/nwfs/nwfs_mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nwfs/nwfs_mount.h b/sys/nwfs/nwfs_mount.h index 45cce7d3fa2c..2b55c7d3cc81 100644 --- a/sys/nwfs/nwfs_mount.h +++ b/sys/nwfs/nwfs_mount.h @@ -39,7 +39,7 @@ #endif #define NWFS_VERMAJ 1 -#define NWFS_VERMIN 3200 +#define NWFS_VERMIN 3300 #define NWFS_VERSION (NWFS_VERMAJ*100000 + NWFS_VERMIN) /* Values for flags */ |
