Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2008 23:26:12 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/netstat atalk.c bpf.c if.c inet.c inet6.c ipsec.c ipx.c main.c mbuf.c mcast.c mroute.c mroute6.c netgraph.c netstat.h pfkey.c route.c sctp.c unix.c
Message-ID:  <200801022326.m02NQC7H031951@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2008-01-02 23:26:12 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/netstat      atalk.c bpf.c if.c inet.c inet6.c ipsec.c 
                         ipx.c main.c mbuf.c mcast.c mroute.c 
                         mroute6.c netgraph.c netstat.h pfkey.c 
                         route.c sctp.c unix.c 
  Log:
  style(9)
  + kread is not a boolean, so check it as such
  + fix $FreeBSD$ Ids
  + denote copyrights with /*-
  + misc whitespace changes.
  
  Revision  Changes    Path
  1.27      +2 -2      src/usr.bin/netstat/atalk.c
  1.10      +5 -3      src/usr.bin/netstat/bpf.c
  1.70      +19 -18    src/usr.bin/netstat/if.c
  1.80      +35 -35    src/usr.bin/netstat/inet.c
  1.30      +57 -57    src/usr.bin/netstat/inet6.c
  1.18      +12 -15    src/usr.bin/netstat/ipsec.c
  1.28      +7 -7      src/usr.bin/netstat/ipx.c
  1.88      +28 -28    src/usr.bin/netstat/main.c
  1.54      +2 -2      src/usr.bin/netstat/mbuf.c
  1.10      +2 -2      src/usr.bin/netstat/mcast.c
  1.31      +4 -4      src/usr.bin/netstat/mroute.c
  1.22      +2 -3      src/usr.bin/netstat/mroute6.c
  1.14      +3 -3      src/usr.bin/netstat/netgraph.c
  1.52      +6 -6      src/usr.bin/netstat/netstat.h
  1.6       +9 -12     src/usr.bin/netstat/pfkey.c
  1.83      +18 -18    src/usr.bin/netstat/route.c
  1.9       +36 -37    src/usr.bin/netstat/sctp.c
  1.21      +3 -3      src/usr.bin/netstat/unix.c



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