Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 1996 09:07:52 -0800 (PST)
From:      Garrett Wollman <wollman>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/ifconfig ifconfig.c src/sbin/ipfw ipfw.c src/sbin/route route.c src/sbin/routed defs.h src/sbin/slattach slattach.c src/sbin/startslip startslip.c
Message-ID:  <199612101707.JAA13781@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     96/12/10 09:07:50

  Modified:    sbin/ifconfig  ifconfig.c
               sbin/ipfw  ipfw.c
               sbin/route  route.c
               sbin/routed  defs.h
               sbin/slattach  slattach.c
               sbin/startslip  startslip.c
  Log:
  Fix up programs which expect <net/if.h> to include <sys/time.h> to instead
  do it themselves.  (Some of these programs actually depended on this
  beyond compiling the definition of struct ifinfo!)  Also fix up some
  other #include messes while we're at it.
  
  Revision  Changes    Path
  1.21      +2 -1      src/sbin/ifconfig/ifconfig.c
  1.35      +13 -9     src/sbin/ipfw/ipfw.c
  1.18      +7 -5      src/sbin/route/route.c
  1.4       +2 -1      src/sbin/routed/defs.h
  1.21      +14 -11    src/sbin/slattach/slattach.c
  1.19      +15 -12    src/sbin/startslip/startslip.c



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