Date: Mon, 10 Nov 1997 03:32:26 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/sh trap.c trap.h Message-ID: <199711101132.DAA27451@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/11/10 03:32:25 PST
Modified files:
bin/sh trap.c trap.h
Log:
Fixed some type and value mismatches. setsignal() returned a bogusly
cast value that was always ignored. Rev.1.9 of trap.c made this
more bogus by returning a semantically different value after calling
siginterrupt(). Avoid these problems by not returning a value.
Revision Changes Path
1.10 +9 -10 src/bin/sh/trap.c
1.7 +2 -2 src/bin/sh/trap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711101132.DAA27451>
