diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-20 09:46:14 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-20 09:46:14 +0000 |
commit | 6db0f946028a72a4551c2967cbfe9c1e3a82daa8 (patch) | |
tree | d2791e149c7dc4f94b71cc48834355c0c8d73398 /modules/pam_stress | |
parent | 8850118bf8debd84de49f44416144da2cbbf31c4 (diff) | |
download | linux-pam-git-6db0f946028a72a4551c2967cbfe9c1e3a82daa8.tar.gz |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Rename _pam_aconf.h to config.h.
Diffstat (limited to 'modules/pam_stress')
-rw-r--r-- | modules/pam_stress/pam_stress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_stress/pam_stress.c b/modules/pam_stress/pam_stress.c index 194c044d..0365f443 100644 --- a/modules/pam_stress/pam_stress.c +++ b/modules/pam_stress/pam_stress.c @@ -5,7 +5,7 @@ * created by Andrew Morgan <morgan@linux.kernel.org> 1996/3/12 */ -#include <security/_pam_aconf.h> +#include "config.h" #include <stdlib.h> #include <stdio.h> |