Include new "xstrtol.h", not "xstrtoul.h".
authorJim Meyering <jim@meyering.net>
Sat, 24 Apr 1999 12:33:56 +0000 (12:33 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Apr 1999 12:33:56 +0000 (12:33 +0000)
src/tail.c

index ef12572..da64f65 100644 (file)
@@ -34,7 +34,7 @@
 #include "argmatch.h"
 #include "error.h"
 #include "safe-read.h"
-#include "xstrtoul.h"
+#include "xstrtol.h"
 
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "tail"