summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/tvtoa.c
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2001-08-29 14:35:15 +0000
committerroberto <roberto@FreeBSD.org>2001-08-29 14:35:15 +0000
commit40b8e415eb0f835a9dd7a473ddf134ec67877fd7 (patch)
tree3cfb63f1a112ee17469b17fc1593a88d004ddda6 /contrib/ntp/libntp/tvtoa.c
parenta5a8dc6136fcee95f261a31609a25669038c3861 (diff)
downloadFreeBSD-src-40b8e415eb0f835a9dd7a473ddf134ec67877fd7.zip
FreeBSD-src-40b8e415eb0f835a9dd7a473ddf134ec67877fd7.tar.gz
Virgin import of ntpd 4.1.0
Diffstat (limited to 'contrib/ntp/libntp/tvtoa.c')
-rw-r--r--contrib/ntp/libntp/tvtoa.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/ntp/libntp/tvtoa.c b/contrib/ntp/libntp/tvtoa.c
index 6bc72ac..19d4a94 100644
--- a/contrib/ntp/libntp/tvtoa.c
+++ b/contrib/ntp/libntp/tvtoa.c
@@ -1,16 +1,17 @@
/*
* tvtoa - return an asciized representation of a struct timeval
*/
-#include <stdio.h>
-#include <sys/time.h>
#include "lib_strbuf.h"
+
#if defined(VMS)
-#include "ntp_fp.h"
+# include "ntp_fp.h"
#endif /* VMS */
#include "ntp_stdlib.h"
#include "ntp_unixtime.h"
+#include <stdio.h>
+
char *
tvtoa(
const struct timeval *tv
OpenPOWER on IntegriCloud