From owner-cvs-all Wed Nov 28 9:29: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3481537B419; Wed, 28 Nov 2001 09:29:04 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASHT4h76505; Wed, 28 Nov 2001 09:29:04 -0800 (PST) (envelope-from arr) Message-Id: <200111281729.fASHT4h76505@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Wed, 28 Nov 2001 09:29:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/xtend xtend.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2001/11/28 09:29:04 PST Modified files: libexec/xtend xtend.c Log: - Change parameters of signal handlers in order to be correct (they are handed a integer, not void). - No need to set flags to zero when they already will be. - It was also noted the manner in which the signal handling has changed might possibly generate some problems (hangs possibly) -- these, while remaining in the code, will be fixed shortly (within a day). Submitted by: bde Revision Changes Path 1.11 +9 -12 src/libexec/xtend/xtend.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message