From owner-cvs-all Sat Apr 13 14:28:22 2002 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 F2B3B37B404; Sat, 13 Apr 2002 14:28:17 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3DLSHi90760; Sat, 13 Apr 2002 14:28:17 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200204132128.g3DLSHi90760@freefall.freebsd.org> From: David Malone Date: Sat, 13 Apr 2002 14:28:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/limits limits.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 dwmalone 2002/04/13 14:28:17 PDT Modified files: usr.bin/limits limits.c Log: Warns cleanups: 1) Add missing initialisers. 2) Avoid shadowing rcswhich. 3) Use intmax_t and %j for printing rather than quad_t and %q. 4) Don't modify a variable twice between sequence points. Revision Changes Path 1.10 +10 -7 src/usr.bin/limits/limits.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message