From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:46:44 2004 Return-Path: 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 61CD016A4CE; Sat, 21 Feb 2004 15:46:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44AF343D1D; Sat, 21 Feb 2004 15:46:44 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNkiGe047355; Sat, 21 Feb 2004 15:46:44 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNkiUG047354; Sat, 21 Feb 2004 15:46:44 -0800 (PST) (envelope-from marcel) Message-Id: <200402212346.i1LNkiUG047354@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 21 Feb 2004 15:46:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/linux_kdump/files patch-mkioctls.linux X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 23:46:44 -0000 marcel 2004/02/21 15:46:44 PST FreeBSD ports repository Added files: devel/linux_kdump/files patch-mkioctls.linux Log: On FreeBSD 4, gcc(1) does not have the __builtin_va_list type, which breaks the build of linux_ioctl.c because it contains Linux header contents. Since we do not depend on stdargs, add a define to replace __builtin_va_list with int when running the Linux compiler to generate linux_ioctl.c. This fixes the port on FreeBSD 4. Revision Changes Path 1.1 +11 -0 ports/devel/linux_kdump/files/patch-mkioctls.linux (new)