summaryrefslogtreecommitdiff
path: root/modules/pam_rootok/pam_rootok.c
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:30:05 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:30:05 +0000
commit9c2fe904ad9a703f1ea71436e26aa1643f8337d3 (patch)
tree7ef84b8a910e8b7755d666fe15f23087a0b68081 /modules/pam_rootok/pam_rootok.c
parent9b4ed6689660825a5edb3153c8608a7d15b6ee1e (diff)
Relevant BUGIDs: none
Purpose of commit: bugfix Commit summary: --------------- configure should set _GNU_SOURCE/_BSD_SOURCE
Diffstat (limited to 'modules/pam_rootok/pam_rootok.c')
-rw-r--r--modules/pam_rootok/pam_rootok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_rootok/pam_rootok.c b/modules/pam_rootok/pam_rootok.c
index 93e31691..77541f8a 100644
--- a/modules/pam_rootok/pam_rootok.c
+++ b/modules/pam_rootok/pam_rootok.c
@@ -6,7 +6,7 @@
* Written by Andrew Morgan <morgan@linux.kernel.org> 1996/3/11
*/
-#define _GNU_SOURCE
+#include "config.h"
#include <stdio.h>
#include <unistd.h>