diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-29 13:04:37 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-29 13:04:37 +0000 |
commit | 50c04bd94ce573a123a1a92f713646e00bc77b39 (patch) | |
tree | a24d559659b6b87ecea6e9e9e2e4d3fda7eee9a9 /libpam/pam_private.h | |
parent | e82456a57c9b8c2782e8acdcfdf9e69952272264 (diff) | |
download | pam-50c04bd94ce573a123a1a92f713646e00bc77b39.tar.gz pam-50c04bd94ce573a123a1a92f713646e00bc77b39.tar.bz2 pam-50c04bd94ce573a123a1a92f713646e00bc77b39.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
cleanup the header files, don't include allways all other header files.
Diffstat (limited to 'libpam/pam_private.h')
-rw-r--r-- | libpam/pam_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpam/pam_private.h b/libpam/pam_private.h index 1e3b7fa6..24bb47dc 100644 --- a/libpam/pam_private.h +++ b/libpam/pam_private.h @@ -18,8 +18,7 @@ #include "config.h" -/* this is not used at the moment --- AGM */ -#define LIBPAM_VERSION (LIBPAM_VERSION_MAJOR*0x100 + LIBPAM_VERSION_MINOR) +#include <syslog.h> #include <security/pam_appl.h> #include <security/pam_modules.h> |