summaryrefslogtreecommitdiff
path: root/libpam/pam_data.c
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2003-07-13 20:01:44 +0000
committerSteve Langasek <vorlon@debian.org>2003-07-13 20:01:44 +0000
commit8e75c66582868ef647aa80f3d36c0985e0b394b8 (patch)
treed28a1859cf0432f4a53555c16b30e75d54e899e4 /libpam/pam_data.c
parentd9628ff6eb4c6807123496f3a3195c5e3ea32aba (diff)
Relevant BUGIDs: 770645
Purpose of commit: cleanup Commit summary: --------------- Fix the many compile-time warnings caused by features.h being included before our _pam_aconf.h. This should make it much easier to find other bugs. Also, call config.status instead of configure, to allow rebuilding generated files with the same options.
Diffstat (limited to 'libpam/pam_data.c')
-rw-r--r--libpam/pam_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpam/pam_data.c b/libpam/pam_data.c
index 06aa837f..2a0ea989 100644
--- a/libpam/pam_data.c
+++ b/libpam/pam_data.c
@@ -4,11 +4,11 @@
* $Id$
*/
+#include "pam_private.h"
+
#include <stdlib.h>
#include <string.h>
-#include "pam_private.h"
-
static struct pam_data *_pam_locate_data(const pam_handle_t *pamh,
const char *name)
{