summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-10-27 23:26:21 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-10-27 23:26:21 +0000
commitbc9e81af2b4fbf410bdf9b41a88d7e5e18e34bb0 (patch)
treebcc837b9761d136413131000e6c734856d7fb6ce /hurd
parent4a679497a160aa4e823f29885fb398f3ff990635 (diff)
Formerly fs.defs.~68~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/fs.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs
index 53f2b68f..39b28f5d 100644
--- a/hurd/fs.defs
+++ b/hurd/fs.defs
@@ -196,8 +196,8 @@ routine dir_pathtrans (
routine dir_readdir (
dir: file_t;
out data: data_t;
- offset: int;
- out nextoffset: int;
+ offset: off_t;
+ out nextoffset: off_t;
amount: int);
/* Create directory */