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 | dd6e2d59aa6fe10fec7f7cc642a4570d6e7355f8 (patch) | |
tree | 2b475ba0b6f0ec1ff79457ec5517397bc3333097 /ufs | |
parent | 773e0f944fc77a8dbc30a1ebda337c8b67a8e8f3 (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; |