Module Name: src Committed By: lukem Date: Mon Mar 8 04:58:18 UTC 2010
Modified Files: src/external/bsd/openldap/dist/libraries/liblutil: passwd.c Log Message: include <ac/time.h> for timeval. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ src/external/bsd/openldap/dist/libraries/liblutil/passwd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/openldap/dist/libraries/liblutil/passwd.c diff -u src/external/bsd/openldap/dist/libraries/liblutil/passwd.c:1.1.1.2 src/external/bsd/openldap/dist/libraries/liblutil/passwd.c:1.2 --- src/external/bsd/openldap/dist/libraries/liblutil/passwd.c:1.1.1.2 Mon Mar 8 02:14:17 2010 +++ src/external/bsd/openldap/dist/libraries/liblutil/passwd.c Mon Mar 8 04:58:18 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: passwd.c,v 1.1.1.2 2010/03/08 02:14:17 lukem Exp $ */ +/* $NetBSD: passwd.c,v 1.2 2010/03/08 04:58:18 lukem Exp $ */ /* OpenLDAP: pkg/ldap/libraries/liblutil/passwd.c,v 1.104.2.9 2009/08/30 22:55:47 quanah Exp */ /* This work is part of OpenLDAP Software <http://www.openldap.org/>. @@ -33,6 +33,7 @@ #include <stdio.h> #include <ac/stdlib.h> #include <ac/string.h> +#include <ac/time.h> #include <ac/unistd.h> #if defined(SLAPD_LMHASH)