Drop linux/ headers for standard ones.

Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
This commit is contained in:
Andrew G. Morgan 2025-03-02 10:22:56 -08:00
parent 7a7982067e
commit b5b2e011a7
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
#include <sys/prctl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <linux/limits.h>
#include <security/pam_modules.h>
#include <security/_pam_macros.h>

View File

@ -7,7 +7,7 @@
* because its use of kernel headers conflicts badly with the more
* traditional *libc provided headers.
*/
#include <linux/signal.h>
#include <signal.h>
#include <string.h>
#include <sys/syscall.h>
#include <unistd.h>