Loading...
stdlib/a64l.c Libc-1725.40.4 Libc-262
--- Libc/Libc-1725.40.4/stdlib/a64l.c
+++ Libc/Libc-262/stdlib/a64l.c
@@ -11,9 +11,10 @@
 #include <stdlib.h>
 
 long
-a64l(const char *s)
+a64l(s)
+	const char *s;
 {
-	int value, digit, shift;
+	long value, digit, shift;
 	int i;
 
 	if (s == NULL) {