From owner-freebsd-standards@FreeBSD.ORG Sun Jun 20 09:24:01 2010 Return-Path: Delivered-To: standards@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA761106564A for ; Sun, 20 Jun 2010 09:24:01 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id A54858FC15 for ; Sun, 20 Jun 2010 09:24:01 +0000 (UTC) Received: by qyk11 with SMTP id 11so1053811qyk.13 for ; Sun, 20 Jun 2010 02:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=MOXZHZVkCDEhptgMTvE7cj1N9ni7/3qqxag3BRjxLD8=; b=dmOhjsjcn0x6hfHP7LDUraVVDXp678alAc1e3w34M5oPNwtelh21NpA0ThLN8d8/HY nWtCUK9ruyz6DoslbByB8Y7F0o/2CgvlAG6b8ohMsxxJTYlVEca05fWdeoOOOV87cC1p /kNhB6FFA07YhVuvg80568Q/250mHGME+xoWs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=jz/300wnOCBokY/RZUONW0SCd3tE4Aix3H7l2qsDGlDiCuChtNaSqjJ4sYtxdr8xeB dnmBeP6a3aY0IoSyjETwMmzt4fHgnsWpg4vdA2e0NKHbe03nHYbQT5re0uMmQjVC6lAr fBnb6JHZfaoZp2P53qWRVM/Of4dFSFoOQA2Gk= MIME-Version: 1.0 Received: by 10.229.247.11 with SMTP id ma11mr1862463qcb.124.1277025840872; Sun, 20 Jun 2010 02:24:00 -0700 (PDT) Received: by 10.229.80.75 with HTTP; Sun, 20 Jun 2010 02:24:00 -0700 (PDT) In-Reply-To: References: Date: Sun, 20 Jun 2010 02:24:00 -0700 Message-ID: From: Garrett Cooper To: standards@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Non-POSIX compliant setpgrp(2) X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2010 09:24:02 -0000 On Sun, Jun 20, 2010 at 2:20 AM, Garrett Cooper wrote: > =A0 =A0Looks like setpgrp was added to BASE in recent versions of the POS= IX spec: > > http://www.opengroup.org/onlinepubs/000095399/functions/setpgrp.html > > =A0 =A0The void argument format contradicts what's in BSD (and Linux), so > it looks like POSIX isn't compliant with anyone else... Scratch that. It's just BSD... Thanks, -Garrett