summaryrefslogtreecommitdiff
path: root/modules/pam_warn/pam_warn.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_warn/pam_warn.c
parent9b4ed6689660825a5edb3153c8608a7d15b6ee1e (diff)
Relevant BUGIDs: none
Purpose of commit: bugfix Commit summary: --------------- configure should set _GNU_SOURCE/_BSD_SOURCE
Diffstat (limited to 'modules/pam_warn/pam_warn.c')
-rw-r--r--modules/pam_warn/pam_warn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_warn/pam_warn.c b/modules/pam_warn/pam_warn.c
index ee787e73..65e591a7 100644
--- a/modules/pam_warn/pam_warn.c
+++ b/modules/pam_warn/pam_warn.c
@@ -6,7 +6,7 @@
* Written by Andrew Morgan <morgan@linux.kernel.org> 1996/3/11
*/
-#define _BSD_SOURCE
+#include "config.h"
#include <stdio.h>
#include <unistd.h>