From 60d2f8f3c7f1cdacafcbd60dc004e32cc90035ca Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 8 Jun 2013 00:22:23 +0000 Subject: Use (void) in no-arguments function definitions. --- inet/ruserpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet') 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; -- cgit v1.2.3