Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2000 18:50:26 -0700 (PDT)
From:      Garrett Wollman <wollman@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/cp utils.c src/bin/dd dd.c src/games/rogue machdep.c src/libexec/ftpd ftpd.c src/libexec/getty main.c src/libexec/rbootd parseconf.c src/sbin/newfs_msdos newfs_msdos.c src/sbin/restore dirs.c tape.c src/usr.bin/compress compress.c ...
Message-ID:  <200010100150.SAA43199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     2000/10/09 18:50:26 PDT

  Modified files:
    bin/cp               utils.c 
    bin/dd               dd.c 
    games/rogue          machdep.c 
    libexec/ftpd         ftpd.c 
    libexec/getty        main.c 
    libexec/rbootd       parseconf.c 
    sbin/newfs_msdos     newfs_msdos.c 
    sbin/restore         dirs.c tape.c 
    usr.bin/compress     compress.c 
    usr.bin/ftp          ftp.c 
    usr.sbin/tzsetup     tzsetup.c 
  Log:
  Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
  <time.h>).
  
  Revision  Changes    Path
  1.28      +2 -1      src/bin/cp/utils.c
  1.31      +2 -1      src/bin/dd/dd.c
  1.7       +3 -1      src/games/rogue/machdep.c
  1.68      +4 -3      src/libexec/ftpd/ftpd.c
  1.30      +2 -1      src/libexec/getty/main.c
  1.10      +2 -1      src/libexec/rbootd/parseconf.c
  1.15      +4 -2      src/sbin/newfs_msdos/newfs_msdos.c
  1.16      +2 -1      src/sbin/restore/dirs.c
  1.19      +3 -1      src/sbin/restore/tape.c
  1.10      +2 -1      src/usr.bin/compress/compress.c
  1.33      +3 -2      src/usr.bin/ftp/ftp.c
  1.19      +2 -1      src/usr.sbin/tzsetup/tzsetup.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?200010100150.SAA43199>