diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-20 18:58:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-20 18:58:39 +0000 |
commit | bf193e411495df70c055c9b22e02f4ac18353df5 (patch) | |
tree | 6a664c2753df672365d05d7e0bd5ee4e83cb2688 /ufs | |
parent | bb2bd7c4d2c7e834529383b0036373faf4cd035d (diff) |
(diskfs_synchronous): New variable.
Diffstat (limited to 'ufs')
-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; |