Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2009 05:17:28 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/mtree create.c mtree.5 mtree.8 spec.c
Message-ID:  <200901310517.n0V5Hb0a013922@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2009-01-31 05:17:28 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/mtree       create.c mtree.5 mtree.8 spec.c 
  Log:
  SVN rev 187940 on 2009-01-31 05:17:28Z by kientzle
  
  Write timestamps with exactly 9 digits after the period.
  This ensures that the value written is both compatible with
  older mtree versions (which expect the value after the period
  to be an integer count of nanoseconds after the whole second)
  and is a correct floating-point value.
  
  Leave the parsing code unchanged so it will continue to read
  older files.
  
  Revision  Changes    Path
  1.38      +1 -1      src/usr.sbin/mtree/create.c
  1.2       +3 -1      src/usr.sbin/mtree/mtree.5
  1.57      +3 -1      src/usr.sbin/mtree/mtree.8
  1.25      +2 -0      src/usr.sbin/mtree/spec.c



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