diff options
Diffstat (limited to 'ufs/consts.c')
-rw-r--r-- | ufs/consts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs/consts.c b/ufs/consts.c index 2062a07f..6698c5f4 100644 --- a/ufs/consts.c +++ b/ufs/consts.c @@ -1,5 +1,5 @@ /* Various constants wanted by the diskfs library - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -28,3 +28,4 @@ char *diskfs_server_name = "ufs"; int diskfs_major_version = 0; int diskfs_minor_version = 0; int diskfs_edit_version = 0; +int diskfs_synchronous = 0; |