From 5fe46a45c834bf2e336d979e2ae755b94e01d707 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 5 Jun 2003 09:53:31 +1000 Subject: - (djm) Implement paranoid priv dropping checks, based on: "SetUID demystified" - Hao Chen, David Wagner and Drew Dean Proceedings of USENIX Security Symposium 2002 --- includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes.h') diff --git a/includes.h b/includes.h index b968be7f..c30c3157 100644 --- a/includes.h +++ b/includes.h @@ -68,6 +68,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_NEXT # include #endif +#define __USE_GNU /* before unistd.h, activate extra prototypes for glibc */ #include /* For STDIN_FILENO, etc */ #include /* Struct winsize */ -- cgit v1.2.3