Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 1996 16:19:16 -0700 (PDT)
From:      Alex Nash <alex>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/netstat if.c inet.c ipx.c main.c mbuf.c mroute.c route.c unix.c
Message-ID:  <199606022319.QAA17710@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alex        96/06/02 16:19:15

  Modified:    usr.bin/netstat  if.c inet.c ipx.c main.c mbuf.c mroute.c
                        route.c unix.c
  Log:
  Code cleanup: remove unused variables, use correct *printf format
  specifiers (some unsigned values were printed as signed, some longs
  were printed as ints), and place parentheses around assignments in
  if statements.
  
  Revision  Changes    Path
  1.12      +7 -8      src/usr.bin/netstat/if.c
  1.18      +91 -91    src/usr.bin/netstat/inet.c
  1.3       +3 -3      src/usr.bin/netstat/ipx.c
  1.14      +5 -6      src/usr.bin/netstat/main.c
  1.4       +4 -4      src/usr.bin/netstat/mbuf.c
  1.6       +15 -16    src/usr.bin/netstat/mroute.c
  1.13      +14 -14    src/usr.bin/netstat/route.c
  1.3       +5 -5      src/usr.bin/netstat/unix.c



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