diff options
Diffstat (limited to 'modules/pam_deny/pam_deny.c')
-rw-r--r-- | modules/pam_deny/pam_deny.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_deny/pam_deny.c b/modules/pam_deny/pam_deny.c index f892b651ac4db..cbd3c4f06e5e8 100644 --- a/modules/pam_deny/pam_deny.c +++ b/modules/pam_deny/pam_deny.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2007 Dag-Erling Smørgrav + * Copyright (c) 2004-2011 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and @@ -32,11 +32,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pam_deny.c 408 2007-12-21 11:36:24Z des $ + * $Id: pam_deny.c 437 2011-09-13 12:00:13Z des $ */ #ifdef HAVE_CONFIG_H -# include <config.h> +# include "config.h" #endif #include <sys/param.h> |