From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 21 02:23:59 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2422416A419 for ; Sat, 21 Jul 2007 02:23:59 +0000 (UTC) (envelope-from ioplex@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id DC69013C428 for ; Sat, 21 Jul 2007 02:23:58 +0000 (UTC) (envelope-from ioplex@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so875592wxd for ; Fri, 20 Jul 2007 19:23:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LJcKXSLGM3om5/lMx0/FJ2EeqlJdNBuG3ztWeO1axEWhFgwghNedBzhU3HA5ld37TmG6Qi4mT+4JhlX1OGjPFVWX45Gd5hHAZGRYrZ/9Ov5FQFwwSaaLqjZGMAS5n2JZ0K9Q2FzN+JaNeJAmvEc1fOTHXtDfqXZXFfXc5Y+C69s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LKNqNBCeIb9ZvIG7Z8hZy72VX9c8Sijhh8Cvg5GsEhF3aS35C34O/0KJmhA50EEH/rgU6Fki9tU6m8+KBujj+7aqu3TpDKkj2DjYEgeQPurSgQFQ389g9fMUoumHEBOZdH6mmeDLh+noQ3cvD+ZC3FfH8c7Ukalb2fhZFPMRJR4= Received: by 10.70.87.5 with SMTP id k5mr1850098wxb.1184984638139; Fri, 20 Jul 2007 19:23:58 -0700 (PDT) Received: by 10.70.38.11 with HTTP; Fri, 20 Jul 2007 19:23:58 -0700 (PDT) Message-ID: <78c6bd860707201923x5d94d609s8715ce58282d865@mail.gmail.com> Date: Fri, 20 Jul 2007 22:23:58 -0400 From: "Michael B Allen" To: freebsd-hackers MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Get pid of child that has exited? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2007 02:23:59 -0000 Hello, How does one get the pid if a child process that has exited? On other systems this is available in siginfo_t but si_pid seems to be 0. Is that normal? Mike