From owner-cvs-all Thu Feb 19 23:29:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02148 for cvs-all-outgoing; Thu, 19 Feb 1998 23:29:42 -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 XAA02141; Thu, 19 Feb 1998 23:29:38 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA17547; Thu, 19 Feb 1998 23:28:50 -0800 (PST) Date: Thu, 19 Feb 1998 23:28:50 -0800 (PST) Message-Id: <199802200728.XAA17547@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/slattach slattach.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/02/19 23:28:50 PST Modified files: sbin/slattach slattach.c Log: Remove the casts on signal() returns and compare the returned value with SIG_ERR to detect the error case. Suggested by: bde. Revision Changes Path 1.31 +5 -5 src/sbin/slattach/slattach.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message