From owner-cvs-all Wed Aug 11 13:56:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E6301553A; Wed, 11 Aug 1999 13:56:24 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA06719; Wed, 11 Aug 1999 13:55:43 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199908112055.NAA06719@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 11 Aug 1999 13:55:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/create perform.c src/usr.sbin/pkg_install/delete perform.c src/usr.sbin/pkg_install/info perform.c show.c src/usr.sbin/pkg_install/lib lib.h plist.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/08/11 13:55:42 PDT Modified files: usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/create perform.c usr.sbin/pkg_install/delete perform.c usr.sbin/pkg_install/info perform.c show.c usr.sbin/pkg_install/lib lib.h plist.c Log: -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, missing prototypes, and empty format strings. Revision Changes Path 1.55 +5 -5 src/usr.sbin/pkg_install/add/perform.c 1.48 +4 -3 src/usr.sbin/pkg_install/create/perform.c 1.19 +3 -3 src/usr.sbin/pkg_install/delete/perform.c 1.28 +2 -1 src/usr.sbin/pkg_install/info/perform.c 1.13 +3 -1 src/usr.sbin/pkg_install/info/show.c 1.28 +2 -1 src/usr.sbin/pkg_install/lib/lib.h 1.28 +3 -2 src/usr.sbin/pkg_install/lib/plist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message