lib/string/: Move string-related files to string/ subdir
Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
committed by
Serge Hallyn
parent
d1ad64b40f
commit
dbb37b1b31
@@ -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
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
/*@-exitarg@*/
|
||||
#include "exitcodes.h"
|
||||
#include "shadowlog.h"
|
||||
#include "strtcpy.h"
|
||||
#include "string/strtcpy.h"
|
||||
|
||||
/*
|
||||
* Global variables.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
/*@-exitarg@*/
|
||||
#include "exitcodes.h"
|
||||
#include "shadowlog.h"
|
||||
#include "strtcpy.h"
|
||||
#include "string/strtcpy.h"
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "prototypes.h"
|
||||
#include "shadowlog.h"
|
||||
#include "sizeof.h"
|
||||
#include "zustr2stp.h"
|
||||
#include "string/zustr2stp.h"
|
||||
/*
|
||||
* Global variables
|
||||
*/
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "pwio.h"
|
||||
#include "shadowio.h"
|
||||
#include "shadowlog.h"
|
||||
#include "strtcpy.h"
|
||||
#include "string/strtcpy.h"
|
||||
|
||||
/*
|
||||
* exit status values
|
||||
|
||||
2
src/su.c
2
src/su.c
@@ -58,7 +58,7 @@
|
||||
/*@-exitarg@*/
|
||||
#include "exitcodes.h"
|
||||
#include "shadowlog.h"
|
||||
#include "strtcpy.h"
|
||||
#include "string/strtcpy.h"
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
/*@-exitarg@*/
|
||||
#include "exitcodes.h"
|
||||
#include "shadowlog.h"
|
||||
#include "strtcpy.h"
|
||||
#include "string/strtcpy.h"
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
#include "tcbfuncs.h"
|
||||
#endif
|
||||
#include "shadowlog.h"
|
||||
#include "sprintf.h"
|
||||
#include "string/sprintf.h"
|
||||
|
||||
|
||||
#ifndef SKEL_DIR
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
#include "subordinateio.h"
|
||||
#endif /* ENABLE_SUBIDS */
|
||||
#include "shadowlog.h"
|
||||
#include "sprintf.h"
|
||||
#include "string/sprintf.h"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
#include "tcbfuncs.h"
|
||||
#endif
|
||||
#include "shadowlog.h"
|
||||
#include "sprintf.h"
|
||||
#include "string/sprintf.h"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -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 _( \
|
||||
|
||||
Reference in New Issue
Block a user