From owner-freebsd-current Fri Dec 8 00:48:52 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA10796 for current-outgoing; Fri, 8 Dec 1995 00:48:52 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA10786 for ; Fri, 8 Dec 1995 00:48:47 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id AAA07759; Fri, 8 Dec 1995 00:48:45 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id AAA06459; Fri, 8 Dec 1995 00:49:39 -0800 Message-Id: <199512080849.AAA06459@corbin.Root.COM> To: "Marc G. Fournier" cc: current@freebsd.org Subject: Re: [PATCH] /usr/src/lib/libc/gen/sysconf.c In-reply-to: Your message of "Fri, 08 Dec 95 01:39:46 EST." From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 08 Dec 1995 00:49:35 -0800 Sender: owner-current@freebsd.org Precedence: bulk > By removing , I got an error on 'ru_utime' and >'ru_stime', which was because 'struct timeval' was no longer defined, >which required adding in > > So...I replaced with , and sysconf.c >compiles cleanly. Therefore, I make the assumption (incorrect?) that >there was nothing included in that was required in >sysconf.c... Thanks, that's the correct fix and it has been committed to CVS. -DG