From owner-cvs-all Thu Apr 11 23:50:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB5ED37B419; Thu, 11 Apr 2002 23:50:51 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3C6opO67293; Thu, 11 Apr 2002 23:50:51 -0700 (PDT) (envelope-from marcel) Message-Id: <200204120650.g3C6opO67293@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 11 Apr 2002 23:50:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include stdarg.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 marcel 2002/04/11 23:50:51 PDT Modified files: sys/ia64/include stdarg.h Log: Fix definition of va_start: We don't need to take the address of va_list. It's a builtin type. gcc 3.1 doesn't care either way, but gcc 3.2 is more picky and doesn't like the former. Revision Changes Path 1.2 +1 -1 src/sys/ia64/include/stdarg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message