From owner-cvs-all Sun Dec 29 11:40:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D052A37B401; Sun, 29 Dec 2002 11:40:27 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3648843EE1; Sun, 29 Dec 2002 11:40:27 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id gBTJeQCJ009132 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 29 Dec 2002 14:40:26 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id gBTJeQcB009129; Sun, 29 Dec 2002 14:40:26 -0500 (EST) (envelope-from wollman) Date: Sun, 29 Dec 2002 14:40:26 -0500 (EST) From: Garrett Wollman Message-Id: <200212291940.gBTJeQcB009129@khavrinen.lcs.mit.edu> To: Mark Valentine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _iovec.h socket.h uio.h In-Reply-To: <200212291938.gBTJcPk1009103@khavrinen.lcs.mit.edu> References: <200212291802.gBTI20aj008737@khavrinen.lcs.mit.edu> <200212291924.gBTJOb8r037706@dotar.thuvia.org> <200212291938.gBTJcPk1009103@khavrinen.lcs.mit.edu> 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 < I think the answer is that it is possible for the implementation to > declare those interfaces by using another type known by the > implementation to be equivalent to ssize_t. Oh, and I forgot one thing: the implementation is *always* permitted to define any types ending in `_t' in any standard header. A quality implementation will avoid defining types (and other identifiers) which it may be allowed to define but clients of the header should not depend upon. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message