From owner-cvs-all Tue Nov 13 8:58:50 2001 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 B640C37B427; Tue, 13 Nov 2001 08:58:43 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fADGwhW16783; Tue, 13 Nov 2001 08:58:43 -0800 (PST) (envelope-from jhb) Message-Id: <200111131658.fADGwhW16783@freefall.freebsd.org> From: John Baldwin Date: Tue, 13 Nov 2001 08:58:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/sys Ovfork.S 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 jhb 2001/11/13 08:58:43 PST Modified files: lib/libc/i386/sys Ovfork.S Log: Cleanups after previous change: - Renumber labels since the previous revision removed one. - Remove useless and wrong comment. - Repeating the function name is just redundant. - The previous revision made the comment about %edx useless. - The comment about %eax was wrong (but did explain why %eax used to be fixed up). Submitted by: bde Revision Changes Path 1.17 +2 -9 src/lib/libc/i386/sys/Ovfork.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message