diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-15 08:42:56 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-15 08:42:56 +0000 |
commit | 23acc0b552257ac850d820884b6df2c99ebab13b (patch) | |
tree | 70f9db4a9b96aa777b587656b0aa7dd3c84c2a65 /modules/pam_umask/pam_umask.c | |
parent | cf86ad909955cb4f480e9e79baec2963fe73ef68 (diff) | |
download | pam-23acc0b552257ac850d820884b6df2c99ebab13b.tar.gz pam-23acc0b552257ac850d820884b6df2c99ebab13b.tar.bz2 pam-23acc0b552257ac850d820884b6df2c99ebab13b.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove duplicate/wrong place of _pam_aconf.h inclusion
Diffstat (limited to 'modules/pam_umask/pam_umask.c')
-rw-r--r-- | modules/pam_umask/pam_umask.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/pam_umask/pam_umask.c b/modules/pam_umask/pam_umask.c index c51ef800..9d406719 100644 --- a/modules/pam_umask/pam_umask.c +++ b/modules/pam_umask/pam_umask.c @@ -33,7 +33,7 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define _GNU_SOURCE +#include <security/_pam_aconf.h> #include <pwd.h> #include <grp.h> @@ -49,8 +49,6 @@ #define PAM_SM_SESSION -#include <security/_pam_aconf.h> - #include <security/pam_modules.h> #include <security/_pam_modutil.h> |