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 | f979f535cab41211d4d7a7831c26bfa415e024a1 (patch) | |
tree | ff913acd535c6487bc53525b6ad03ab591d937b5 | |
parent | 0edb2ee581f7aab5465e66a54fb3ef194024c925 (diff) |
(diskfs_synchronous): New variable.
-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; |