summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/io-seek.c3
1 files changed, 2 insertions, 1 deletions
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;
}