Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 08:51:02 +0200
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        Kirk McKusick <mckusick@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/ufs/ufs ufs_vnops.c src/lib/libc/sys utimes.2 src/sbin/restore dirs.c restore.h tape.c src/sbin/dump traverse.c src/include/protocols dumprestore.h
Message-ID:  <20020717065102.GB43192@starjuice.net>
In-Reply-To: <200207170203.g6H23JCI026708@freefall.freebsd.org>
References:  <200207170203.g6H23JCI026708@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On (2002/07/16 19:03), Kirk McKusick wrote:

> mckusick    2002/07/16 19:03:19 PDT
> 
>   Modified files:
>     sys/kern             vfs_subr.c vfs_syscalls.c 
>     sys/ufs/ufs          ufs_vnops.c 
>     lib/libc/sys         utimes.2 
>     sbin/restore         restore.h dirs.c tape.c 
>     sbin/dump            traverse.c 
>     include/protocols    dumprestore.h 
>   Log:
>   Change utimes to set the file creation time (for filesystems that
>   support creation times such as UFS2) to the value of the
>   modification time if the value of the modification time is older
>   than the current creation time. See utimes(2) for further details.

Did I miss a follow-up commit that fixed the following world breakage:

===> sbin/dump
cc -O -pipe -march=pentiumpro -DRDUMP -I/usr/src/sbin/dump/../../libexec/rlogind    -c /usr/src/sbin/dump/itime.c
cc -O -pipe -march=pentiumpro -DRDUMP -I/usr/src/sbin/dump/../../libexec/rlogind    -c /usr/src/sbin/dump/main.c
cc -O -pipe -march=pentiumpro -DRDUMP -I/usr/src/sbin/dump/../../libexec/rlogind    -c /usr/src/sbin/dump/optr.c
cc -O -pipe -march=pentiumpro -DRDUMP -I/usr/src/sbin/dump/../../libexec/rlogind    -c /usr/src/sbin/dump/dumprmt.c
cc -O -pipe -march=pentiumpro -DRDUMP -I/usr/src/sbin/dump/../../libexec/rlogind    -c /usr/src/sbin/dump/tape.c
cc -O -pipe -march=pentiumpro -DRDUMP -I/usr/src/sbin/dump/../../libexec/rlogind    -c /usr/src/sbin/dump/traverse.c
/usr/src/sbin/dump/traverse.c: In function `dumpino':
/usr/src/sbin/dump/traverse.c:423: structure has no member named `di_createtime'
/usr/src/sbin/dump/traverse.c:424: structure has no member named `di_creatensec'
*** Error code 1

Stop in /usr/src/sbin/dump.
*** Error code 1


Ciao,
Sheldon.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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