Date: Sat, 21 Sep 2002 16:54:33 -0700 (PDT) From: Jonathan Mini <mini@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/gen signalcontext.c Message-ID: <200209212354.g8LNsXBe022675@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209212354.g8LNsXBe022675>