From owner-cvs-all Thu Jun 14 18:53:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 112D237B403; Thu, 14 Jun 2001 18:53:09 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5F1r9Q64047; Thu, 14 Jun 2001 18:53:09 -0700 (PDT) (envelope-from assar) Message-Id: <200106150153.f5F1r9Q64047@freefall.freebsd.org> From: Assar Westerlund Date: Thu, 14 Jun 2001 18:53:08 -0700 (PDT) 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 unix.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG assar 2001/06/14 18:53:08 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 unix.c Log: remove most of the warnings Revision Changes Path 1.15 +5 -10 src/usr.bin/netstat/atalk.c 1.41 +8 -17 src/usr.bin/netstat/if.c 1.45 +11 -28 src/usr.bin/netstat/inet.c 1.12 +9 -24 src/usr.bin/netstat/inet6.c 1.3 +14 -21 src/usr.bin/netstat/ipsec.c 1.14 +7 -17 src/usr.bin/netstat/ipx.c 1.6 +15 -42 src/usr.bin/netstat/iso.c 1.44 +15 -20 src/usr.bin/netstat/main.c 1.22 +2 -3 src/usr.bin/netstat/mbuf.c 1.14 +3 -5 src/usr.bin/netstat/mroute.c 1.7 +3 -5 src/usr.bin/netstat/mroute6.c 1.5 +2 -2 src/usr.bin/netstat/netgraph.c 1.24 +30 -30 src/usr.bin/netstat/netstat.h 1.2 +10 -16 src/usr.bin/netstat/ns.c 1.54 +24 -49 src/usr.bin/netstat/route.c 1.14 +3 -5 src/usr.bin/netstat/unix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message