Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2000 15:18:05 -0700 (PDT)
From:      Josef Karthauser <joe@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls print.c
Message-ID:  <200006182218.PAA54481@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joe         2000/06/18 15:18:05 PDT

  Modified files:
    bin/ls               print.c 
  Log:
  Don't assume that the output of strftime for "%c" ("national
  representation of time and date") won't change in time.  Instead
  of hard coding the locations of the time elements and hoping that
  they don't move use strftime to generate the desired formats in
  the first place.
  
  PR:	bin/7826
  
  Revision  Changes    Path
  1.34      +11 -16    src/bin/ls/print.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?200006182218.PAA54481>