From e8f8c0497924718b28c55b23cfa2389b71017441 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 7 Sep 2013 16:39:23 +0100 Subject: [PATCH] build-sys: update gnulib modules Signed-off-by: Sami Kerola --- bootstrap.conf | 2 +- lib/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index dcb0617..bb1840d 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -25,7 +25,6 @@ gnulib_modules=" fdopen fflush fopen - free getopt-gnu inet_pton langinfo @@ -36,6 +35,7 @@ gnulib_modules=" stddef stdio stdlib + stpncpy strdup-posix strftime strstr diff --git a/lib/.gitignore b/lib/.gitignore index 3ce8e00..f22ede0 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -139,3 +139,4 @@ /xprintf.h /xstrtod.c /xstrtod.h +/stpncpy.c