From owner-cvs-all Mon Dec 21 11:21:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07915 for cvs-all-outgoing; Mon, 21 Dec 1998 11:21:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07910; Mon, 21 Dec 1998 11:21:35 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23940; Mon, 21 Dec 1998 11:21:37 -0800 (PST) Date: Mon, 21 Dec 1998 11:21:37 -0800 (PST) Message-Id: <199812211921.LAA23940@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_signal.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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