From owner-cvs-all Sun Dec 3 9: 5:48 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 09:05:46 2000 Return-Path: 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 2957137B400; Sun, 3 Dec 2000 09:05:46 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3H5ke30393; Sun, 3 Dec 2000 09:05:46 -0800 (PST) (envelope-from asmodai) Message-Id: <200012031705.eB3H5ke30393@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sun, 3 Dec 2000 09:05:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. Revision Changes Path 1.17 +3 -3 src/usr.bin/tail/forward.c 1.8 +7 -7 src/usr.bin/tail/read.c 1.10 +8 -8 src/usr.bin/tail/reverse.c 1.9 +2 -2 src/usr.bin/tail/tail.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message