From owner-cvs-all Mon Dec 4 10:59:14 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 10:59:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 18D2D37B400; Mon, 4 Dec 2000 10:59:12 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB4IwmC08800; Mon, 4 Dec 2000 10:58:48 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.0) id eB4Iwtu29121; Mon, 4 Dec 2000 10:58:55 -0800 (PST) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200012031705.eB3H5ke30393@freefall.freebsd.org> Date: Mon, 04 Dec 2000 10:58:55 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Jeroen Ruigrok van der Werven Subject: RE: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: jhb@foo.osd.bsdi.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Dec-00 Jeroen Ruigrok van der Werven wrote: > asmodai 2000/12/03 09:05:45 PST > > Modified files: > usr.bin/tail forward.c read.c reverse.c tail.c > Log: > Remove register keyword usage with prejudice. > Modern compilers are smarter when it comes to allocating register > usage. They also ignore the register keyword, so this is a rather pointless change, although it does add to repo bloat and in more active code could make diffs harder to read. :-/ -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message