From 22aa1570937d2ce71a830445cc341c9129277bc5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 Mar 1995 02:06:15 +0000 Subject: Prevent diskfs_synchronous from having its usual effect here. --- libdiskfs/io-seek.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libdiskfs/io-seek.c b/libdiskfs/io-seek.c index f76f00b3..a6b7c317 100644 --- a/libdiskfs/io-seek.c +++ b/libdiskfs/io-seek.c @@ -1,5 +1,5 @@ /* - 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 @@ -20,6 +20,7 @@ #include #define diskfs_readonly 0 +#define diskfs_synchronous 0 /* Implement io_seek as described in . */ kern_return_t -- cgit v1.2.3