Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 1996 09:00:57 -0800 (PST)
From:      Garrett Wollman <wollman>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/portmap from_local.c src/usr.sbin/IPXrouted startup.c src/usr.sbin/amd/fsinfo fsinfo.h src/usr.sbin/arp arp.c src/usr.sbin/ppp os.c route.c src/usr.sbin/pppstats pppstats.c src/usr.sbin/slstat slstat.c src/usr.sbin/trpt trpt.c src/usr.sbin/xntpd/include ntp_if.h
Message-ID:  <199612101700.JAA13238@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

wollman     96/12/10 09:00:57

  Modified:    usr.sbin/amd/fsinfo  fsinfo.h
               usr.sbin/arp  arp.c
               usr.sbin/portmap  from_local.c
               usr.sbin/ppp  os.c route.c
               usr.sbin/pppstats  pppstats.c
               usr.sbin/slstat  slstat.c
               usr.sbin/trpt  trpt.c
               usr.sbin/xntpd/include  ntp_if.h
               usr.sbin/IPXrouted  startup.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.2       +2 -1      src/usr.sbin/amd/fsinfo/fsinfo.h
  1.5       +2 -2      src/usr.sbin/arp/arp.c
  1.3       +6 -3      src/usr.sbin/portmap/from_local.c
  1.8       +7 -3      src/usr.sbin/ppp/os.c
  1.10      +12 -8     src/usr.sbin/ppp/route.c
  1.7       +6 -4      src/usr.sbin/pppstats/pppstats.c
  1.8       +2 -1      src/usr.sbin/slstat/slstat.c
  1.5       +1 -0      src/usr.sbin/trpt/trpt.c
  1.2       +9 -1      src/usr.sbin/xntpd/include/ntp_if.h
  1.4       +2 -1      src/usr.sbin/IPXrouted/startup.c



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