diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-15 17:59:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-15 17:59:41 +0000 |
commit | 82e63582616583e4c8b1c081eb971ece5c16f292 (patch) | |
tree | a34c2012c926f72d1d733372ca62fbb3256968b6 /ufs | |
parent | 84eb9aa9ede5721a7835062a6ba2253dcea33123 (diff) |
Formerly consts.c.~4~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/consts.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ufs/consts.c b/ufs/consts.c index dd63b410..0004230f 100644 --- a/ufs/consts.c +++ b/ufs/consts.c @@ -25,3 +25,7 @@ int diskfs_shortcut_chrdev = 1; int diskfs_shortcut_blkdev = 1; int diskfs_shortcut_fifo = 1; int diskfs_shortcut_ifsock = 1; +char *diskfs_server_name = "ufs"; +int diskfs_major_version = 0; +int diskfs_minor_version = 0; +int diskfs_edit_version = 0; |