From owner-cvs-all Tue Jul 16 23:49:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D67C37B400; Tue, 16 Jul 2002 23:49:46 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8552843E4A; Tue, 16 Jul 2002 23:49:44 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 3.36 #1) id 17UieM-000BR1-00; Wed, 17 Jul 2002 08:51:02 +0200 Date: Wed, 17 Jul 2002 08:51:02 +0200 From: Sheldon Hearn To: Kirk McKusick 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> Mail-Followup-To: Kirk McKusick , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200207170203.g6H23JCI026708@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207170203.g6H23JCI026708@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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