From owner-freebsd-current Sat Apr 4 08:15:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01714 for freebsd-current-outgoing; Sat, 4 Apr 1998 08:15:43 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ache.relcom.ru (ache.relcom.ru [193.125.20.108]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01470; Sat, 4 Apr 1998 08:13:35 -0800 (PST) (envelope-from ache@ache.relcom.ru) Received: (from ache@localhost) by ache.relcom.ru (8.8.8/8.8.8) id UAA13014; Sat, 4 Apr 1998 20:13:22 +0400 (MSD) (envelope-from ache) Message-ID: <19980404201321.47276@nagual.pp.ru> Date: Sat, 4 Apr 1998 20:13:21 +0400 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: phk@FreeBSD.ORG, current@FreeBSD.ORG Subject: minor nit to sys_generic.c Mail-Followup-To: phk@freebsd.org, current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i Organization: Biomechanoid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Setting atv.tv_usec is unnecessary, it never used. *** sys_generic.c.bak Sat Apr 4 17:25:32 1998 --- sys_generic.c Sat Apr 4 20:10:17 1998 *************** *** 602,611 **** } getmicroruntime(&rtv); timevaladd(&atv, &rtv); ! } else { atv.tv_sec = 0; - atv.tv_usec = 0; - } timo = 0; retry: ncoll = nselcoll; --- 602,609 ---- } getmicroruntime(&rtv); timevaladd(&atv, &rtv); ! } else atv.tv_sec = 0; timo = 0; retry: ncoll = nselcoll; *************** *** 734,743 **** } getmicroruntime(&rtv); timevaladd(&atv, &rtv); ! } else { atv.tv_sec = 0; - atv.tv_usec = 0; - } timo = 0; retry: ncoll = nselcoll; --- 732,739 ---- } getmicroruntime(&rtv); timevaladd(&atv, &rtv); ! } else atv.tv_sec = 0; timo = 0; retry: ncoll = nselcoll; -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message