From owner-cvs-all Fri Feb 1 22:44:39 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 4976537B416; Fri, 1 Feb 2002 22:44:36 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g126iaL19360; Fri, 1 Feb 2002 22:44:36 -0800 (PST) (envelope-from imp) Message-Id: <200202020644.g126iaL19360@freefall.freebsd.org> From: Warner Losh Date: Fri, 1 Feb 2002 22:44:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/hostname hostname.c src/bin/kill kill.c src/bin/ln ln.c src/bin/ls cmp.c extern.h lomac.c ls.c print.c util.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 imp 2002/02/01 22:44:36 PST Modified files: bin/hostname hostname.c bin/kill kill.c bin/ln ln.c bin/ls cmp.c extern.h lomac.c ls.c print.c util.c Log: o __P has been reoved o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. Revision Changes Path 1.12 +4 -7 src/bin/hostname/hostname.c 1.13 +10 -16 src/bin/kill/kill.c 1.23 +7 -12 src/bin/ln/ln.c 1.10 +8 -16 src/bin/ls/cmp.c 1.17 +17 -17 src/bin/ls/extern.h 1.3 +6 -5 src/bin/ls/lomac.c 1.52 +11 -18 src/bin/ls/ls.c 1.50 +25 -45 src/bin/ls/print.c 1.26 +4 -8 src/bin/ls/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message