memzero.h: Move memzero() and strzero() to their own header

Cc: Christian Göttsche <cgzones@googlemail.com>
Cc: Serge Hallyn <serge@hallyn.com>
Cc: Iker Pedrosa <ipedrosa@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2023-07-30 13:18:03 +02:00
committed by Iker Pedrosa
parent 093fb605f9
commit 6b11077f09
24 changed files with 57 additions and 14 deletions
+1
View File
@@ -29,6 +29,7 @@
#include "alloc.h"
#include "prototypes.h"
#include "defines.h"
#include "memzero.h"
#include "pwio.h"
#include "shadowio.h"
#include "shadowlog.h"
+1
View File
@@ -20,6 +20,7 @@
#include <assert.h>
#include "defines.h"
#include "faillog.h"
#include "memzero.h"
#include "prototypes.h"
/*@-exitarg@*/
#include "exitcodes.h"
+1
View File
@@ -23,6 +23,7 @@
#include "alloc.h"
#include "defines.h"
#include "groupio.h"
#include "memzero.h"
#include "nscd.h"
#include "sssd.h"
#include "prototypes.h"
+1
View File
@@ -27,6 +27,7 @@
#include "defines.h"
#include "getdef.h"
#include "groupio.h"
#include "memzero.h"
#include "nscd.h"
#include "sssd.h"
#include "prototypes.h"
+1
View File
@@ -25,6 +25,7 @@
#include "defines.h"
#include "prototypes.h"
#include "getdef.h"
#include "memzero.h"
/*@-exitarg@*/
#include "exitcodes.h"
#include "shadowlog.h"
+1
View File
@@ -30,6 +30,7 @@
#include "faillog.h"
#include "failure.h"
#include "getdef.h"
#include "memzero.h"
#include "prototypes.h"
#include "pwauth.h"
/*@-exitarg@*/
+1
View File
@@ -23,6 +23,7 @@
#include "alloc.h"
#include "defines.h"
#include "getdef.h"
#include "memzero.h"
#include "nscd.h"
#include "sssd.h"
#include "prototypes.h"
+1
View File
@@ -18,6 +18,7 @@
#include <sys/ioctl.h>
#include "defines.h"
#include "getdef.h"
#include "memzero.h"
#include "prototypes.h"
#include "pwauth.h"
/*@-exitarg@*/
+1
View File
@@ -42,6 +42,7 @@
#include "faillog.h"
#include "getdef.h"
#include "groupio.h"
#include "memzero.h"
#include "nscd.h"
#include "sssd.h"
#include "prototypes.h"
+1
View File
@@ -37,6 +37,7 @@
#include "faillog.h"
#include "getdef.h"
#include "groupio.h"
#include "memzero.h"
#include "nscd.h"
#include "sssd.h"
#include "prototypes.h"