Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/openldap/dist/libraries/liblutil include <ac/ti...



details:   https://anonhg.NetBSD.org/src/rev/889509275189
branches:  trunk
changeset: 752821:889509275189
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Mar 08 04:58:18 2010 +0000

description:
include <ac/time.h> for timeval.

diffstat:

 external/bsd/openldap/dist/libraries/liblutil/passwd.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b7b593f03a87 -r 889509275189 external/bsd/openldap/dist/libraries/liblutil/passwd.c
--- a/external/bsd/openldap/dist/libraries/liblutil/passwd.c    Mon Mar 08 04:18:48 2010 +0000
+++ b/external/bsd/openldap/dist/libraries/liblutil/passwd.c    Mon Mar 08 04:58:18 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: passwd.c,v 1.1.1.2 2010/03/08 02:14:20 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)



Home | Main Index | Thread Index | Old Index