From owner-freebsd-standards@FreeBSD.ORG Sun Jan 7 21:40:19 2007 Return-Path: X-Original-To: freebsd-standards@freebsd.org Delivered-To: freebsd-standards@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F19F16A40F for ; Sun, 7 Jan 2007 21:40:19 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.freebsd.org (Postfix) with ESMTP id 52EB313C467 for ; Sun, 7 Jan 2007 21:40:19 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost.csail.mit.edu [127.0.0.1]) by khavrinen.csail.mit.edu (8.13.6/8.13.6) with ESMTP id l07L5FWQ007744 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.csail.mit.edu issuer=Client+20CA) for ; Sun, 7 Jan 2007 16:05:15 -0500 (EST) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.13.6/8.13.6/Submit) id l07L5F0P007741; Sun, 7 Jan 2007 16:05:15 -0500 (EST) (envelope-from wollman) From: Garrett Wollman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17825.24715.553352.395317@khavrinen.csail.mit.edu> Date: Sun, 7 Jan 2007 16:05:15 -0500 To: freebsd-standards@freebsd.org In-Reply-To: <200701072004.l07K4Iko053501@lurza.secnetix.de> References: <200701051108.l05B8Zl8008051@www.freebsd.org> <200701072004.l07K4Iko053501@lurza.secnetix.de> X-Mailer: VM 7.17 under 21.4 (patch 20) "Double Solitaire" XEmacs Lucid X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-3.0 (khavrinen.csail.mit.edu [127.0.0.1]); Sun, 07 Jan 2007 16:05:15 -0500 (EST) Subject: Re: standards/107561: Missing SUS function tcgetsid() 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, 07 Jan 2007 21:40:19 -0000 < said: > In fact, tcgetsid() is part of IEEE Std 1003.1-2001 a.k.a. > POSIX-2001, which is equivalent to SUSv3. That is not entirely true. IEEE Std.1003.1-2001 describes a set of base interfaces and several sets of layered options which complement the base interfaces. SUSv3 uses the same document, but some of the interfaces which are optional in 1003.1-2001 are mandatory in SUSv3. Most significantly, this includes the XSI option, which standardizes old System V (and X/Open) mistakes. -GAWollman