diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-09 02:06:15 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-09 02:06:15 +0000 |
commit | 22aa1570937d2ce71a830445cc341c9129277bc5 (patch) | |
tree | ae72c0d6bdb286ed2e3f5e669cb1a42f72d4c1f1 | |
parent | f7bbd4fb27fbeaaa8acee1f256f311e1b29401ae (diff) |
Prevent diskfs_synchronous from having its usual effect here.
-rw-r--r-- | libdiskfs/io-seek.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <unistd.h> #define diskfs_readonly 0 +#define diskfs_synchronous 0 /* Implement io_seek as described in <hurd/io.defs>. */ kern_return_t |