diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-12-18 17:08:40 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-12-18 17:08:40 +0000 |
commit | 432a3b2760a05003e8c2290f4832e0743ac86f89 (patch) | |
tree | 685cc74eea09898d5b7b579838e8705bcad03ac8 /lib/pam_getenv.c | |
parent | 1e3356fe614cc18b3a424448b3b02eead9368c2e (diff) |
Notes
Diffstat (limited to 'lib/pam_getenv.c')
-rw-r--r-- | lib/pam_getenv.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/pam_getenv.c b/lib/pam_getenv.c index f2d791084c4ad..e2ebf579edaad 100644 --- a/lib/pam_getenv.c +++ b/lib/pam_getenv.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,9 +32,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pam_getenv.c 408 2007-12-21 11:36:24Z des $ + * $Id: pam_getenv.c 437 2011-09-13 12:00:13Z des $ */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <stdlib.h> #include <string.h> |