diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-13 19:51:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-13 19:51:40 +0000 |
commit | 946ace97a72ad37e1566e233ab7df01cf907e65b (patch) | |
tree | 98494c8bce03c707ea4e35ec0c6e5e6de02b8d10 /hurd | |
parent | ccc4092e238c5e074a32e2c5794ab01934f272df (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.defs | 2 |
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 ( |