Date: Fri, 1 Feb 2002 22:10:01 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cat cat.c Message-ID: <200202020610.g126A1U15414@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/02/01 22:10:01 PST Modified files: bin/cat cat.c Log: Drag cat(1) kicking and screaming into the late 1980's: 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. Approved by: arch@, new style(9) Revision Changes Path 1.20 +12 -22 src/bin/cat/cat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202020610.g126A1U15414>