lib/attr.h, lib/, src/: Move attributes to new header file

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2023-11-28 02:27:08 +01:00
committed by Serge Hallyn
parent 5abe0811b8
commit 44b8f7b3ef
26 changed files with 56 additions and 17 deletions
+2
View File
@@ -16,6 +16,8 @@
#include <stdio.h>
#include <sys/types.h>
#include <getopt.h>
#include "attr.h"
#include "defines.h"
#include "prototypes.h"
/*@-exitarg@*/
+1
View File
@@ -22,6 +22,7 @@
#include "agetpass.h"
#include "alloc.h"
#include "attr.h"
#include "defines.h"
#include "groupio.h"
#include "memzero.h"
+1
View File
@@ -26,6 +26,7 @@
#include <unistd.h>
#include <getopt.h>
#include "attr.h"
#include "nscd.h"
#include "sssd.h"
#include "prototypes.h"
+2
View File
@@ -24,6 +24,8 @@
#include <unistd.h>
#include <grp.h>
#include <getopt.h>
#include "attr.h"
#include "nscd.h"
#include "sssd.h"
#include "prototypes.h"
+1
View File
@@ -26,6 +26,7 @@
#include <assert.h>
#include "alloc.h"
#include "attr.h"
#include "defines.h"
#include "faillog.h"
#include "failure.h"
+1
View File
@@ -47,6 +47,7 @@
#endif /* !USE_PAM */
#include "alloc.h"
#include "attr.h"
#include "prototypes.h"
#include "defines.h"
#include "pwauth.h"
+1
View File
@@ -18,6 +18,7 @@
#include <sys/ioctl.h>
#include "agetpass.h"
#include "attr.h"
#include "defines.h"
#include "getdef.h"
#include "memzero.h"