lib/string/: Move string-related files to string/ subdir

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2023-12-03 12:22:11 -06:00
committed by Serge Hallyn
parent d1ad64b40f
commit dbb37b1b31
42 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#include "pwio.h"
#include "shadowio.h"
#include "shadowlog.h"
#include "strtcpy.h"
#include "string/strtcpy.h"
#ifdef WITH_TCB
#include "tcbfuncs.h"
#endif
+1 -1
View File
@@ -32,7 +32,7 @@
/*@-exitarg@*/
#include "exitcodes.h"
#include "shadowlog.h"
#include "strtcpy.h"
#include "string/strtcpy.h"
/*
* Global variables.
+1 -1
View File
@@ -31,7 +31,7 @@
/*@-exitarg@*/
#include "exitcodes.h"
#include "shadowlog.h"
#include "strtcpy.h"
#include "string/strtcpy.h"
#ifndef SHELLS_FILE
#define SHELLS_FILE "/etc/shells"
+1 -1
View File
@@ -35,7 +35,7 @@
/*@-exitarg@*/
#include "exitcodes.h"
#include "shadowlog.h"
#include "strtcpy.h"
#include "string/strtcpy.h"
/*
* Global variables
+2 -2
View File
@@ -38,8 +38,8 @@
#include "sgroupio.h"
#endif
#include "shadowlog.h"
#include "stpecpy.h"
#include "stpeprintf.h"
#include "string/stpecpy.h"
#include "string/stpeprintf.h"
/*
* exit status values
*/
+1 -1
View File
@@ -37,7 +37,7 @@
/*@-exitarg@*/
#include "exitcodes.h"
#include "shadowlog.h"
#include "strtcpy.h"
#include "string/strtcpy.h"
#ifdef USE_PAM
#include "pam_defs.h"
+1 -1
View File
@@ -20,7 +20,7 @@
#include "prototypes.h"
#include "shadowlog.h"
#include "sizeof.h"
#include "zustr2stp.h"
#include "string/zustr2stp.h"
/*
* Global variables
*/
+1 -1
View File
@@ -32,7 +32,7 @@
#include "pwio.h"
#include "shadowio.h"
#include "shadowlog.h"
#include "strtcpy.h"
#include "string/strtcpy.h"
/*
* exit status values
+1 -1
View File
@@ -58,7 +58,7 @@
/*@-exitarg@*/
#include "exitcodes.h"
#include "shadowlog.h"
#include "strtcpy.h"
#include "string/strtcpy.h"
/*
* Global variables
+1 -1
View File
@@ -27,7 +27,7 @@
/*@-exitarg@*/
#include "exitcodes.h"
#include "shadowlog.h"
#include "strtcpy.h"
#include "string/strtcpy.h"
/*
* Global variables
+1 -1
View File
@@ -63,7 +63,7 @@
#include "tcbfuncs.h"
#endif
#include "shadowlog.h"
#include "sprintf.h"
#include "string/sprintf.h"
#ifndef SKEL_DIR
+1 -1
View File
@@ -52,7 +52,7 @@
#include "subordinateio.h"
#endif /* ENABLE_SUBIDS */
#include "shadowlog.h"
#include "sprintf.h"
#include "string/sprintf.h"
/*
+1 -1
View File
@@ -58,7 +58,7 @@
#include "tcbfuncs.h"
#endif
#include "shadowlog.h"
#include "sprintf.h"
#include "string/sprintf.h"
/*
+1 -1
View File
@@ -44,7 +44,7 @@
#include "tcbfuncs.h"
#endif /* WITH_TCB */
#include "shadowlog.h"
#include "sprintf.h"
#include "string/sprintf.h"
#define MSG_WARN_EDIT_OTHER_FILE _( \