* bootstrap.conf: Depend on the new module split from xstrtol.
* src/df.c: Include "xstrtol-error.h" for xstrtol_fatal.
* src/du.c: Likewise.
* src/ls.c: Likewise.
* src/od.c: Likewise.
* src/pr.c: Likewise.
* src/sort.c: Likewise.
xstrtod
xstrtoimax
xstrtol
+ xstrtol-error
xstrtold
xstrtoumax
year2038
#include "quote.h"
#include "find-mount-point.h"
#include "hash.h"
+#include "xstrtol-error.h"
/* The official name of this program (e.g., no 'g' prefix). */
#define PROGRAM_NAME "df"
#include "stdio--.h"
#include "xfts.h"
#include "xstrtol.h"
+#include "xstrtol-error.h"
extern bool fts_debug;
#include "strftime.h"
#include "xdectoint.h"
#include "xstrtol.h"
+#include "xstrtol-error.h"
#include "areadlink.h"
#include "mbsalign.h"
#include "dircolors.h"
#include "xbinary-io.h"
#include "xprintf.h"
#include "xstrtol.h"
+#include "xstrtol-error.h"
/* The official name of this program (e.g., no 'g' prefix). */
#define PROGRAM_NAME "od"
#include "stdio--.h"
#include "strftime.h"
#include "xstrtol.h"
+#include "xstrtol-error.h"
#include "xdectoint.h"
/* The official name of this program (e.g., no 'g' prefix). */
#include "xmemcoll.h"
#include "xnanosleep.h"
#include "xstrtol.h"
+#include "xstrtol-error.h"
#ifndef RLIMIT_DATA
struct rlimit { size_t rlim_cur; };