Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2002 18:42:34 -0700 (PDT)
From:      Garrett Wollman <wollman@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdtime time32.c src/include Makefile time.h timeconv.h
Message-ID:  <200206170142.g5H1gYf94161@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     2002/06/16 18:42:34 PDT

  Modified files:
    lib/libc/stdtime     time32.c 
    include              Makefile time.h 
  Added files:
    include              timeconv.h 
  Log:
  Move dillon's time conversion functions to a new header <timeconv.h>.
  Since they were never documented and have never appeared in a FreeBSD
  release, no repo-copy of the header is done.  This removes namespace
  pollution from <time.h>.
  
  Revision  Changes    Path
  1.171     +2 -2      src/include/Makefile
  1.23      +0 -11     src/include/time.h
  1.1       +65 -0     src/include/timeconv.h (new)
  1.5       +1 -1      src/lib/libc/stdtime/time32.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?200206170142.g5H1gYf94161>