From b3d7daa23a65651b390cac19ef72603e47198888 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 24 Apr 1996 20:02:47 +0000 Subject: (netfs_S_io_seek): Bother to set *NEWOFFSET. --- libnetfs/io-seek.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libnetfs') diff --git a/libnetfs/io-seek.c b/libnetfs/io-seek.c index 1ab3668f..55d924c8 100644 --- a/libnetfs/io-seek.c +++ b/libnetfs/io-seek.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -56,6 +56,7 @@ netfs_S_io_seek (struct protid *user, err = EINVAL; break; } + *newoffset = user->po->filepointer; mutex_unlock (&user->po->np->lock); return err; } -- cgit v1.2.3