Fix typo in decl of strtoul: s/long long/long/.
authorJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 18:45:29 +0000 (18:45 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 18:45:29 +0000 (18:45 +0000)
lib/strtoumax.c

index 1041b99..125e087 100644 (file)
@@ -41,7 +41,7 @@
 "this configure-time declaration test was not run"
 #endif
 #if !HAVE_DECL_STRTOUL
-unsigned long long strtoul PARAMS ((char const *, char **, int));
+unsigned long strtoul PARAMS ((char const *, char **, int));
 #endif
 
 #ifndef HAVE_DECL_STRTOULL