Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350808
Collapse All | Expand All

(-)audisp/audispd-config.c (+1 lines)
Lines 32-37 Link Here
32
#include <libgen.h>
32
#include <libgen.h>
33
#include <ctype.h>
33
#include <ctype.h>
34
#include <limits.h>
34
#include <limits.h>
35
#include <sys/stat.h>
35
#include "audispd-config.h"
36
#include "audispd-config.h"
36
#include "private.h"
37
#include "private.h"
37
38
(-)audisp/plugins/prelude/prelude-config.c (+1 lines)
Lines 32-37 Link Here
32
#include <syslog.h>
32
#include <syslog.h>
33
#include <ctype.h>
33
#include <ctype.h>
34
#include <pwd.h>
34
#include <pwd.h>
35
#include <sys/stat.h>
35
#include "prelude-config.h"
36
#include "prelude-config.h"
36
37
37
/* Local prototypes */
38
/* Local prototypes */
(-)audisp/plugins/remote/remote-config.c (+1 lines)
Lines 32-37 Link Here
32
#include <syslog.h>
32
#include <syslog.h>
33
#include <ctype.h>
33
#include <ctype.h>
34
#include <limits.h>
34
#include <limits.h>
35
#include <sys/stat.h>
35
#include "remote-config.h"
36
#include "remote-config.h"
36
37
37
/* Local prototypes */
38
/* Local prototypes */
(-)audisp/plugins/zos-remote/zos-remote-config.c (+1 lines)
Lines 32-37 Link Here
32
#include <ctype.h>
32
#include <ctype.h>
33
#include <unistd.h>
33
#include <unistd.h>
34
#include <stdlib.h>
34
#include <stdlib.h>
35
#include <sys/stat.h>
35
#include "zos-remote-log.h"
36
#include "zos-remote-log.h"
36
37
37
/* Local prototypes */
38
/* Local prototypes */
(-)auparse/auditd-config.c (+1 lines)
Lines 32-37 Link Here
32
#include <libgen.h>
32
#include <libgen.h>
33
#include <dirent.h>
33
#include <dirent.h>
34
#include <ctype.h>
34
#include <ctype.h>
35
#include <sys/stat.h>
35
36
36
/* Local prototypes */
37
/* Local prototypes */
37
struct _pair
38
struct _pair
(-)src/auditctl.c (+1 lines)
Lines 35-40 Link Here
35
#include <errno.h>
35
#include <errno.h>
36
#include <libgen.h>	/* For basename */
36
#include <libgen.h>	/* For basename */
37
#include <limits.h>	/* PATH_MAX */
37
#include <limits.h>	/* PATH_MAX */
38
#include <sys/stat.h>
38
#include "libaudit.h"
39
#include "libaudit.h"
39
#include "private.h"
40
#include "private.h"
40
41
(-)src/auditd-config.c (+1 lines)
Lines 35-40 Link Here
35
#include <libgen.h>
35
#include <libgen.h>
36
#include <arpa/inet.h>
36
#include <arpa/inet.h>
37
#include <limits.h>	/* INT_MAX */
37
#include <limits.h>	/* INT_MAX */
38
#include <sys/stat.h>
38
#include "auditd-config.h"
39
#include "auditd-config.h"
39
#include "libaudit.h"
40
#include "libaudit.h"
40
#include "private.h"
41
#include "private.h"

Return to bug 350808