summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-13 19:51:40 +0000
committerRoland McGrath <roland@gnu.org>2002-06-13 19:51:40 +0000
commit946ace97a72ad37e1566e233ab7df01cf907e65b (patch)
tree98494c8bce03c707ea4e35ec0c6e5e6de02b8d10 /hurd
parentccc4092e238c5e074a32e2c5794ab01934f272df (diff)
2002-06-13 Roland McGrath <roland@frob.com>
* fs.defs (dir_readdir): Revert AMOUNT type to int, since it's a count of entries and not a byte count.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/fs.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs
index 30156481..52d83bd5 100644
--- a/hurd/fs.defs
+++ b/hurd/fs.defs
@@ -235,7 +235,7 @@ routine dir_readdir (
entry: int;
nentries: int;
bufsiz: vm_size_t;
- out amount: vm_size_t);
+ out amount: int);
/* Create directory */
routine dir_mkdir (