From 946ace97a72ad37e1566e233ab7df01cf907e65b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 13 Jun 2002 19:51:40 +0000 Subject: 2002-06-13 Roland McGrath * fs.defs (dir_readdir): Revert AMOUNT type to int, since it's a count of entries and not a byte count. --- hurd/fs.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( -- cgit v1.2.3