From owner-freebsd-stable Thu Jun 4 01:29:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27365 for freebsd-stable-outgoing; Thu, 4 Jun 1998 01:29:48 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27360 for ; Thu, 4 Jun 1998 01:29:44 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: (from smap@localhost) by dart.sr.se (8.8.2/8.7.3) id KAA22415; Thu, 4 Jun 1998 10:29:42 +0200 (MET DST) Received: from unknown(134.25.188.196) by dart.sr.se via smap (V1.3) id sma022401; Thu Jun 4 10:29:38 1998 Received: (from gunnar@localhost) by pluto.sr.se (8.8.8/8.8.7) id KAA05094; Thu, 4 Jun 1998 10:29:36 +0200 (CEST) (envelope-from gunnar) Message-ID: <19980604102935.09705@sr.se> Date: Thu, 4 Jun 1998 10:29:35 +0200 From: Gunnar Flygt To: John Saunders Cc: stable@FreeBSD.ORG Subject: Re: [gunnar@pluto.sr.se: Compile error] Reply-To: flygt@sr.se References: <062f01bd8f7c$009874f0$6cb611cb@saruman.scitec.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Mailer: Mutt 0.89.1i In-Reply-To: <062f01bd8f7c$009874f0$6cb611cb@saruman.scitec.com.au>; from John Saunders on Thu, Jun 04, 1998 at 03:45:29PM +1000 X-MIME-Autoconverted: from 8bit to quoted-printable by pluto.sr.se id KAA05094 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAA27361 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 04, 1998 at 03:45:29PM +1000, John Saunders wrote: > Somebody mentioned that mkfs.c hasn't used ts_sec for ages. > So it looks like your source is very old. Try running cvsup > to update it with the latest. Look what I found. I looked at mkfs.c on ftp.sunet.se and on ftp.freebsd.org and they differ though they have exact the same creation dates!! bash-2.01$ diff mkfs.c mkfs.c.stable 902,904c902,904 < node.di_atime.ts_sec = utime; < node.di_mtime.ts_sec = utime; < node.di_ctime.ts_sec = utime; ^^---- --- > node.di_atime.tv_sec = utime; > node.di_mtime.tv_sec = utime; > node.di_ctime.tv_sec = utime; ^^---- The first mkfs.c is from Sunet and the second ´mkfs.c.stable is from FreeBSD.org. So now at least I know what to do. This last suggestion of yours was the best it seems! Thanx! And besides, shouldn't someone contact the person responsible for the mirror on Sunet.se? -- regards, Gunnar email: flygt@sr.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message