summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/access.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/access.c')
-rw-r--r--otherlibs/unix/access.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/access.c b/otherlibs/unix/access.c
index 605adda2f..d53d83eb3 100644
--- a/otherlibs/unix/access.c
+++ b/otherlibs/unix/access.c
@@ -38,8 +38,7 @@ static int access_permission_table[] = {
R_OK, W_OK, X_OK, F_OK
};
-value unix_access(path, perms) /* ML */
- value path, perms;
+value unix_access(value path, value perms) /* ML */
{
int ret;
ret = access(String_val(path),