lib/string/strdup/xstrdup.[ch], lib/, src/: Move xstrdup() to its own file

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2024-06-27 14:16:16 +02:00
committed by Serge Hallyn
parent 2cf73c99a6
commit 29f4f03def
26 changed files with 81 additions and 32 deletions
+1
View File
@@ -62,6 +62,7 @@
#endif
#include "shadowlog.h"
#include "string/sprintf/xasprintf.h"
#include "string/strdup/xstrdup.h"
#include "time/day_to_str.h"