From owner-cvs-all Thu Oct 8 02:56:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03792 for cvs-all-outgoing; Thu, 8 Oct 1998 02:56:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03787; Thu, 8 Oct 1998 02:56:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06977; Thu, 8 Oct 1998 02:56:10 -0700 (PDT) Date: Thu, 8 Oct 1998 02:56:10 -0700 (PDT) Message-Id: <199810080956.CAA06977@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/systat devs.h devs.c iostat.c ip.c main.c mbufs.c netstat.c swap.c tcp.c vmstat.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/10/08 02:56:10 PDT Modified files: usr.bin/systat devs.c iostat.c ip.c main.c mbufs.c netstat.c swap.c tcp.c vmstat.c Added files: usr.bin/systat devs.h Log: Quiet many compiler warnings. Revision Changes Path 1.3 +5 -2 src/usr.bin/systat/devs.c 1.7 +3 -2 src/usr.bin/systat/iostat.c 1.2 +2 -3 src/usr.bin/systat/ip.c 1.10 +5 -1 src/usr.bin/systat/main.c 1.8 +2 -2 src/usr.bin/systat/mbufs.c 1.11 +2 -2 src/usr.bin/systat/netstat.c 1.7 +6 -3 src/usr.bin/systat/swap.c 1.2 +2 -2 src/usr.bin/systat/tcp.c 1.29 +2 -3 src/usr.bin/systat/vmstat.c