From owner-cvs-all Sat Sep 21 16:54:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D5537B401; Sat, 21 Sep 2002 16:54:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B1D43E4A; Sat, 21 Sep 2002 16:54:33 -0700 (PDT) (envelope-from mini@FreeBSD.org) Received: from freefall.freebsd.org (mini@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8LNsXCo022676; Sat, 21 Sep 2002 16:54:33 -0700 (PDT) (envelope-from mini@freefall.freebsd.org) Received: (from mini@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8LNsXBe022675; Sat, 21 Sep 2002 16:54:33 -0700 (PDT) Message-Id: <200209212354.g8LNsXBe022675@freefall.freebsd.org> From: Jonathan Mini Date: Sat, 21 Sep 2002 16:54:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/gen signalcontext.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 mini 2002/09/21 16:54:33 PDT Modified files: lib/libc/i386/gen signalcontext.c Log: Style cleanup: - Sort local variable declarations. - Protect a hand-formatted comment from indent(1). - Use portable casts, even though this is machine-dependant code. - Remove extraneous blank lines. - Remove trailing newline. - Use sigdelset(3), not SIGDELSET(9). Requested by: bde Revision Changes Path 1.3 +11 -14 src/lib/libc/i386/gen/signalcontext.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message