From owner-cvs-all Fri Oct 11 11:21:52 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 CEF5A37B401; Fri, 11 Oct 2002 11:21:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8237143E6E; Fri, 11 Oct 2002 11:21:51 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BILpCo086281; Fri, 11 Oct 2002 11:21:51 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BILpXK086280; Fri, 11 Oct 2002 11:21:51 -0700 (PDT) Message-Id: <200210111821.g9BILpXK086280@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 11 Oct 2002 11:21:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys uio.h X-FreeBSD-CVS-Branch: HEAD 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 mike 2002/10/11 11:21:51 PDT Modified files: sys/sys uio.h Log: Add typedefs for size_t and ssize_t, allow struct iovec to be defined in other headers, add a visibility conditional to avoid namespace pollution in the standards case. Revision Changes Path 1.23 +18 -2 src/sys/sys/uio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message