Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2002 10:06:52 -0700 (PDT)
From:      David Malone <dwmalone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/netstat atalk.c if.c inet.c inet6.c ipsec.c ipx.c iso.c main.c mbuf.c mroute.c mroute6.c netgraph.c netstat.h ns.c route.c
Message-ID:  <200209051706.g85H6qv0056287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2002/09/05 10:06:52 PDT

  Modified files:
    usr.bin/netstat      atalk.c if.c inet.c inet6.c ipsec.c ipx.c 
                         iso.c main.c mbuf.c mroute.c mroute6.c 
                         netgraph.c netstat.h ns.c route.c 
  Log:
  Warns cleanups for netstat:
  1) Include arpa/inet.h for ntohs.
  2) Constness fixes.
  3) Fix shadowing except for "sin" which shouldn't be in scope.
  4) Remove register keyword.
  5) Add missing initialsers to user defined structs.
  5) Make prototype of netname6 globally visable.
  6) Use right macros for printing syncache stats (even though entrie isn't
     a word).
  
  Revision  Changes    Path
  1.23      +6 -5      src/usr.bin/netstat/atalk.c
  1.51      +7 -8      src/usr.bin/netstat/if.c
  1.55      +36 -37    src/usr.bin/netstat/inet.c
  1.20      +8 -9      src/usr.bin/netstat/inet6.c
  1.8       +3 -3      src/usr.bin/netstat/ipsec.c
  1.19      +7 -7      src/usr.bin/netstat/ipx.c
  1.11      +13 -13    src/usr.bin/netstat/iso.c
  1.58      +15 -17    src/usr.bin/netstat/main.c
  1.30      +5 -5      src/usr.bin/netstat/mbuf.c
  1.19      +6 -6      src/usr.bin/netstat/mroute.c
  1.14      +5 -5      src/usr.bin/netstat/mroute6.c
  1.9       +1 -1      src/usr.bin/netstat/netgraph.c
  1.33      +35 -34    src/usr.bin/netstat/netstat.h
  1.7       +7 -7      src/usr.bin/netstat/ns.c
  1.68      +44 -42    src/usr.bin/netstat/route.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?200209051706.g85H6qv0056287>