diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 13:13:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 13:13:52 +0000 |
commit | 738c3355af673e70f42a732f9ccfd9113c1b5358 (patch) | |
tree | b9d1b46dc58511cc69b3dddd34002a59bd4385ec /libdiskfs | |
parent | ea0633e468a24330f4abdaa1d45352b71aec76aa (diff) |
Formerly io-write.c.~4~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/io-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-write.c b/libdiskfs/io-write.c index 4fc2e331..d604d98e 100644 --- a/libdiskfs/io-write.c +++ b/libdiskfs/io-write.c @@ -20,7 +20,7 @@ #include <fcntl.h> /* Implement io_write as described in <hurd/io.defs>. */ -error_t +kern_return_t diskfs_S_io_write(struct protid *cred, char *data, unsigned int datalen, |