From 1c54624cc447030b5848fb0534d56778f6e2dc56 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 26 Apr 2005 12:40:55 +0000 Subject: [PATCH 1/1] Fix lutil_time typos --- include/lutil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lutil.h b/include/lutil.h index abfc595867..c8e8430d51 100644 --- a/include/lutil.h +++ b/include/lutil.h @@ -150,7 +150,7 @@ lutil_progname LDAP_P(( int argc, char *argv[] )); -struct lutil_tm { +typedef struct lutil_tm { int tm_sec; /* seconds 0-60 (1 leap second) */ int tm_min; /* minutes 0-59 */ int tm_hour; /* hours 0-23 */ @@ -160,7 +160,7 @@ struct lutil_tm { int tm_usec; /* microseconds */ } lutil_tm; -struct lutil_timet { +typedef struct lutil_timet { unsigned int tt_sec; /* seconds since 1900 */ int tt_gsec; /* seconds since 1900, high 7 bits */ unsigned int tt_usec; /* microseconds */ -- 2.39.2