summaryrefslogtreecommitdiff
path: root/libc/inet/ruserpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/inet/ruserpass.c')
-rw-r--r--libc/inet/ruserpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/ruserpass.c b/libc/inet/ruserpass.c
index 71a734dfd..2669a885b 100644
--- a/libc/inet/ruserpass.c
+++ b/libc/inet/ruserpass.c
@@ -108,7 +108,7 @@ ruserpass(host, aname, apass)
which is no improvement. This really should call
getpwuid(getuid()). */
/*hdir = ".";*/
- return -1;
+ return -1;
}
buf = alloca (strlen (hdir) + 8);
@@ -289,7 +289,7 @@ bad:
libc_hidden_def (ruserpass)
static int
-token()
+token (void)
{
char *cp;
int c;