Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 1999 22:29:00 -0800 (PST)
From:      Chris Costello <chris@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/miscfs/kernfs kernfs_vnops.c src/sys/miscfs/portal portal_vnops.c
Message-ID:  <199912210629.WAA13311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
chris       1999/12/20 22:29:00 PST

  Modified files:
    sys/miscfs/kernfs    kernfs_vnops.c 
    sys/miscfs/portal    portal_vnops.c 
  Log:
  Fix a typo that was doing something kind of silly, and that is initializing
  the creation time for files to the uninitialized value:
  
  	vap->va_ctime = vap->va_ctime;
  
  Changed to what was intended, assigning it to the modification time (thus
  making all three values of access time, modification time and creation time
  the same thing).
  
  Reviewed by:	grog
  
  Revision  Changes    Path
  1.43      +2 -2      src/sys/miscfs/kernfs/kernfs_vnops.c
  1.38      +2 -2      src/sys/miscfs/portal/portal_vnops.c



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?199912210629.WAA13311>