Date: Thu, 19 Feb 1998 21:08:54 -0800 (PST) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fetch util.c Message-ID: <199802200508.VAA16390@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/02/19 21:08:54 PST
Modified files:
usr.bin/fetch util.c
Log:
time() needs a pointer to a time_t, but tv_sec in a timeval is a
long (yuk). So give time() what it wants and let the compiler
promote the variable when it is assigned to tv_sec.
Revision Changes Path
1.6 +4 -2 src/usr.bin/fetch/util.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802200508.VAA16390>
