Add target for "make splint". A few files need extra guards to avoid
errors on systems where they would not otherwise be compiled. No warnings from splint.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef HAVE_SELINUX
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <stdio.h>
|
||||
@@ -418,3 +420,5 @@ selinux_execve(const char *path, char *const argv[], char *const envp[],
|
||||
errno = serrno;
|
||||
debug_return;
|
||||
}
|
||||
|
||||
#endif /* HAVE_SELINUX */
|
||||
|
Reference in New Issue
Block a user