From f979f535cab41211d4d7a7831c26bfa415e024a1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 20 Mar 1995 18:58:39 +0000 Subject: (diskfs_synchronous): New variable. --- ufs/consts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ufs') 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; -- cgit v1.2.3