From owner-cvs-src@FreeBSD.ORG Mon May 26 08:12:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A62BA37B401; Mon, 26 May 2003 08:12:30 -0700 (PDT) Received: from espresso.bsdmike.org (espresso.bsdmike.org [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E7043F3F; Mon, 26 May 2003 08:12:29 -0700 (PDT) (envelope-from mike@espresso.bsdmike.org) Received: by espresso.bsdmike.org (Postfix, from userid 1002) id 2F1A19C8E; Mon, 26 May 2003 10:56:32 -0400 (EDT) Date: Mon, 26 May 2003 10:56:32 -0400 From: Mike Barcroft To: Peter Wemm Message-ID: <20030526105632.A41778@espresso.bsdmike.org> References: <200305251903.h4PJ38uc098642@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305251903.h4PJ38uc098642@repoman.freebsd.org>; from peter@FreeBSD.org on Sun, May 25, 2003 at 12:03:08PM -0700 Organization: The FreeBSD Project cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_sbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 15:12:31 -0000 Peter Wemm writes: > I found a description that showed the va_copy was required here: > http://mirrors.ccs.neu.edu/cgi-bin/unixhelp/man-cgi?va_end+9 > The single unix spec doesn't mention va_copy() at all. It's a C99 macro, as DES mentioned it's in the newest SUS/POSIX. Best regards, Mike Barcroft