From owner-cvs-all Thu Feb 19 21:10:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14909 for cvs-all-outgoing; Thu, 19 Feb 1998 21:10:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14844; Thu, 19 Feb 1998 21:09:43 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA16390; Thu, 19 Feb 1998 21:08:54 -0800 (PST) Date: Thu, 19 Feb 1998 21:08:54 -0800 (PST) Message-Id: <199802200508.VAA16390@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fetch util.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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