diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/ruserpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/ruserpass.c b/inet/ruserpass.c index 6898d8f47c..2669a885b0 100644 --- a/inet/ruserpass.c +++ b/inet/ruserpass.c @@ -289,7 +289,7 @@ bad: libc_hidden_def (ruserpass) static int -token() +token (void) { char *cp; int c; |