Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2002 15:20:02 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include time.h src/lib/libc/stdtime time32.c src/sbin/dump itime.c main.c src/sbin/ip6fw ip6fw.c src/sbin/ipfw ipfw.c src/sbin/restore tape.c src/usr.bin/last last.c src/usr.bin/rusers rusers.c src/usr.bin/rwho rwho.c ...
Message-ID:  <200201192320.g0JNK2A86015@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2002/01/19 15:20:02 PST

  Modified files:
    include              time.h 
    lib/libc/stdtime     time32.c 
    sbin/dump            itime.c main.c 
    sbin/ip6fw           ip6fw.c 
    sbin/ipfw            ipfw.c 
    sbin/restore         tape.c 
    usr.bin/last         last.c 
    usr.bin/rusers       rusers.c 
    usr.bin/rwho         rwho.c 
    usr.sbin/ac          ac.c 
    usr.sbin/lastlogin   lastlogin.c 
    usr.sbin/rwhod       rwhod.c 
    usr.sbin/tcpdump/tcpslice tcpslice.c 
    usr.sbin/yppoll      yppoll.c 
  Log:
  I've been meaning to do this for a while.  Add an underscore to the
  time_to_xxx() and xxx_to_time() functions.  e.g. _time_to_xxx()
  instead of time_to_xxx(), to make it more obvious that these are
  stopgap functions & placemarkers and not meant to create a defacto
  standard.  They will eventually be replaced when a real standard
  comes out of committee.
  
  Revision  Changes    Path
  1.19      +8 -8      src/include/time.h
  1.3       +12 -12    src/lib/libc/stdtime/time32.c
  1.10      +4 -4      src/sbin/dump/itime.c
  1.31      +3 -3      src/sbin/dump/main.c
  1.9       +1 -1      src/sbin/ip6fw/ip6fw.c
  1.120     +1 -1      src/sbin/ipfw/ipfw.c
  1.25      +9 -9      src/sbin/restore/tape.c
  1.22      +6 -6      src/usr.bin/last/last.c
  1.13      +1 -1      src/usr.bin/rusers/rusers.c
  1.16      +1 -1      src/usr.bin/rwho/rwho.c
  1.21      +2 -2      src/usr.sbin/ac/ac.c
  1.5       +1 -1      src/usr.sbin/lastlogin/lastlogin.c
  1.17      +4 -4      src/usr.sbin/rwhod/rwhod.c
  1.12      +4 -4      src/usr.sbin/tcpdump/tcpslice/tcpslice.c
  1.8       +1 -1      src/usr.sbin/yppoll/yppoll.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?200201192320.g0JNK2A86015>