summaryrefslogtreecommitdiff
path: root/lib/strverscmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strverscmp.c')
-rw-r--r--lib/strverscmp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/strverscmp.c b/lib/strverscmp.c
index c138df532..1e8746190 100644
--- a/lib/strverscmp.c
+++ b/lib/strverscmp.c
@@ -43,9 +43,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;