summaryrefslogtreecommitdiff
path: root/string/strverscmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strverscmp.c')
-rw-r--r--string/strverscmp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/string/strverscmp.c b/string/strverscmp.c
index 38bf5e2e6f..0c15e52b3f 100644
--- a/string/strverscmp.c
+++ b/string/strverscmp.c
@@ -39,9 +39,7 @@
*/
int
-__strverscmp (s1, s2)
- const char *s1;
- const char *s2;
+__strverscmp (const char *s1, const char *s2)
{
const unsigned char *p1 = (const unsigned char *) s1;
const unsigned char *p2 = (const unsigned char *) s2;