From 87c5d79fd7f962293e5708b8335f8070f3e514ff Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 12 Apr 2001 19:43:43 +0000 Subject: 2001-04-08 Neal H Walfield * io-write.c (diskfs_S_io_write): Make local variable OFF an off_t and not an int. * io-read.c (diskfs_S_io_read): Likewise. * io-stat.c (diskfs_S_io_stat): Use memcpy, not bcopy. --- libdiskfs/io-write.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/io-write.c') diff --git a/libdiskfs/io-write.c b/libdiskfs/io-write.c index adbfc6d5..a3c4199e 100644 --- a/libdiskfs/io-write.c +++ b/libdiskfs/io-write.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1994,95,96,97,2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -29,7 +29,7 @@ diskfs_S_io_write (struct protid *cred, { struct node *np; error_t err; - int off = offset; + off_t off = offset; if (!cred) return EOPNOTSUPP; -- cgit v1.2.3