summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-22 11:22:59 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-22 11:22:59 +0000
commitcb19f2f71fa01b6d40dae3190cb6dd1d2116f852 (patch)
treeebfcde0e678aada5b8ecd63e921d8f5306056616 /libc/unistd
parent47e3b888b6317b3de9a2fb699489decbee3e3ed3 (diff)
oops
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/getlogin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/getlogin.c b/libc/unistd/getlogin.c
index d1a00feb9..d6a11b01e 100644
--- a/libc/unistd/getlogin.c
+++ b/libc/unistd/getlogin.c
@@ -46,7 +46,7 @@ int getlogin_r(char *name, size_t len)
return 0;
}
-char *cuserid(char *name)
+char *cuserid(char *s)
{
char *name = getlogin();
if (s) {