Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 1998 10:29:35 +0200
From:      Gunnar Flygt <gunnar@pluto.sr.se>
To:        John Saunders <john.saunders@scitec.com.au>
Cc:        stable@FreeBSD.ORG
Subject:   Re: [gunnar@pluto.sr.se: Compile error]
Message-ID:  <19980604102935.09705@sr.se>
In-Reply-To: <062f01bd8f7c$009874f0$6cb611cb@saruman.scitec.com.au>; from John Saunders on Thu, Jun 04, 1998 at 03:45:29PM %2B1000
References:  <062f01bd8f7c$009874f0$6cb611cb@saruman.scitec.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980604102935.09705>