summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sendmail/libsm/clock.c
diff options
context:
space:
mode:
authorjbeck <none@none>2005-09-28 11:48:13 -0700
committerjbeck <none@none>2005-09-28 11:48:13 -0700
commit49218d4f8e4d84d1c08aeb267bcf6e451f2056dc (patch)
tree4de896d31c3cdf977aa0c2c578b8e8ead860049f /usr/src/cmd/sendmail/libsm/clock.c
parent2bc92566ea035349acb03567b0d95e399c77c0d3 (diff)
downloadillumos-joyent-49218d4f8e4d84d1c08aeb267bcf6e451f2056dc.tar.gz
6314932 sendmail does not deal well with mixed environment: external DNS / internal routing
6326006 upgrade sendmail to 8.13.5
Diffstat (limited to 'usr/src/cmd/sendmail/libsm/clock.c')
-rw-r--r--usr/src/cmd/sendmail/libsm/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/sendmail/libsm/clock.c b/usr/src/cmd/sendmail/libsm/clock.c
index 0eeb94a196..f16115ba30 100644
--- a/usr/src/cmd/sendmail/libsm/clock.c
+++ b/usr/src/cmd/sendmail/libsm/clock.c
@@ -14,12 +14,12 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: clock.c,v 1.46 2004/08/03 19:57:22 ca Exp $")
+SM_RCSID("@(#)$Id: clock.c,v 1.47 2005/06/14 23:07:20 ca Exp $")
#include <unistd.h>
#include <time.h>
#include <errno.h>
#if SM_CONF_SETITIMER
-# include <sys/time.h>
+# include <sm/time.h>
#endif /* SM_CONF_SETITIMER */
#include <sm/heap.h>
#include <sm/debug.h>