summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/readdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/readdir.c')
-rw-r--r--otherlibs/unix/readdir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/readdir.c b/otherlibs/unix/readdir.c
index 330cd485d..098886165 100644
--- a/otherlibs/unix/readdir.c
+++ b/otherlibs/unix/readdir.c
@@ -24,8 +24,7 @@ typedef struct dirent directory_entry;
typedef struct direct directory_entry;
#endif
-value unix_readdir(d) /* ML */
- value d;
+value unix_readdir(value d) /* ML */
{
directory_entry * e;