Date: Tue, 17 Dec 2002 11:13:03 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <200212171913.gBHJD3Wm056842@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/12/17 11:13:03 PST Modified files: sys/kern kern_sig.c Log: Don't cast a pointer to (intptr_t) and then on to (int) when we cannot be sure that (int) is large enough. Instead cast only to (intptr_t) and cast the switch/case values to (intptr_t) as well. Revision Changes Path 1.198 +3 -3 src/sys/kern/kern_sig.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?200212171913.gBHJD3Wm056842>