summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/tvtoa.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/tvtoa.c')
-rw-r--r--usr.sbin/xntpd/lib/tvtoa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/lib/tvtoa.c b/usr.sbin/xntpd/lib/tvtoa.c
index 778caa1..dd9ee7e 100644
--- a/usr.sbin/xntpd/lib/tvtoa.c
+++ b/usr.sbin/xntpd/lib/tvtoa.c
@@ -1,4 +1,4 @@
-/* tvtoa.c,v 3.1 1993/07/06 01:08:50 jbj Exp
+/*
* tvtoa - return an asciized representation of a struct timeval
*/
#include <stdio.h>
@@ -12,8 +12,8 @@ tvtoa(tv)
struct timeval *tv;
{
register char *buf;
- register U_LONG sec;
- register U_LONG usec;
+ register u_long sec;
+ register u_long usec;
register int isneg;
if (tv->tv_sec < 0 || tv->tv_usec < 0) {
OpenPOWER on IntegriCloud