mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
gnulib: use nstrftime instead of strftime
The strftime module is obsolete. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
54cedc1001
commit
b96f8cd8ad
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ gnulib_modules="
|
||||||
langinfo
|
langinfo
|
||||||
netinet_in
|
netinet_in
|
||||||
nl_langinfo
|
nl_langinfo
|
||||||
|
nstrftime
|
||||||
progname
|
progname
|
||||||
quote
|
quote
|
||||||
realloc-gnu
|
realloc-gnu
|
||||||
|
|
@ -41,7 +42,6 @@ gnulib_modules="
|
||||||
stdlib
|
stdlib
|
||||||
stpncpy
|
stpncpy
|
||||||
strdup-posix
|
strdup-posix
|
||||||
strftime
|
|
||||||
strstr
|
strstr
|
||||||
strtod
|
strtod
|
||||||
time_r
|
time_r
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue