Date: Mon, 21 Dec 1998 11:21:37 -0800 (PST) From: Søren Schmidt <sos@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_signal.c Message-ID: <199812211921.LAA23940@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 1998/12/21 11:21:37 PST Modified files: sys/i386/linux linux_signal.c Log: Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having performed all sorts of sanity checks. The FreeBSD linux emulator returns EINVAL in such a case. Allowing signal 0 to be passed to kill will result in compatible behaviour. PR: 9082 Submitted by: Marcel Moolenaar <marcel@scc.nl> Revision Changes Path 1.14 +2 -2 src/sys/i386/linux/linux_signal.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?199812211921.LAA23940>