summaryrefslogtreecommitdiff
path: root/ufs/consts.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-15 17:59:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-15 17:59:41 +0000
commitdd6e2d59aa6fe10fec7f7cc642a4570d6e7355f8 (patch)
tree2b475ba0b6f0ec1ff79457ec5517397bc3333097 /ufs/consts.c
parent773e0f944fc77a8dbc30a1ebda337c8b67a8e8f3 (diff)
Formerly consts.c.~4~
Diffstat (limited to 'ufs/consts.c')
-rw-r--r--ufs/consts.c4
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;