changeset 2296:1d486bbff0f2

Fix typo in decl of strtoul: s/long long/long/.
author Jim Meyering <jim@meyering.net>
date Sun, 27 Feb 2000 18:45:29 +0000
parents 1577fef29121
children 3167c15fd0aa
files lib/strtoumax.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/strtoumax.c
+++ b/lib/strtoumax.c
@@ -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