From owner-cvs-all Wed Jun 19 16:41: 7 2002 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 871E837B401; Wed, 19 Jun 2002 16:40:54 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5JNesW28379; Wed, 19 Jun 2002 16:40:54 -0700 (PDT) (envelope-from gad) Message-Id: <200206192340.g5JNesW28379@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 19 Jun 2002 16:40:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.c printjob.c X-FreeBSD-CVS-Branch: RELENG_4 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 gad 2002/06/19 16:40:54 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd lpd.c printjob.c Log: MFC *: Stop using the depreciated 'union wait' definitions, moving to a more standard handling of wait()-related routines. and Avoid checking WIFEXITED and WTERMSIG in some error situations where the value in wstatus is not related to the process that we care about. [* = 1.34 lpd.c, 1.53->1.54 printjob.c] Revision Changes Path 1.12.2.21 +2 -2 src/usr.sbin/lpr/lpd/lpd.c 1.22.2.29 +25 -23 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message