findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/5] maint: adjust to split out xstrtol-error gnulib module


From: Bernhard Voelker
Subject: [PATCH 4/5] maint: adjust to split out xstrtol-error gnulib module
Date: Wed, 1 Jan 2020 21:50:55 +0100

* bootstrap.conf (gnulib_modules): Add the new module split from xstrtol.
* locate/locate.c: Include "xstrtol-error.h" for xstrtol_fatal.
---
 bootstrap.conf  | 1 +
 locate/locate.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/bootstrap.conf b/bootstrap.conf
index 4a816222..e6452956 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -180,6 +180,7 @@ gnulib_modules="
     xgetcwd
     xstrtod
     xstrtol
+    xstrtol-error
     xstrtoumax
     year2038
     yesno
diff --git a/locate/locate.c b/locate/locate.c
index 03d781cc..b3a49b84 100644
--- a/locate/locate.c
+++ b/locate/locate.c
@@ -90,6 +90,7 @@
 #include "quotearg.h"
 #include "regextype.h"
 #include "stat-time.h"
+#include "xstrtol-error.h"
 
 /* find headers. */
 #include "system.h"
-- 
2.24.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]