From owner-cvs-src@FreeBSD.ORG Mon Mar 7 15:38:38 2005 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 1A8AE16A4CE; Mon, 7 Mar 2005 15:38:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDC4043D54; Mon, 7 Mar 2005 15:38:37 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j27Fcb9G095515; Mon, 7 Mar 2005 15:38:37 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j27Fcbr3095514; Mon, 7 Mar 2005 15:38:37 GMT (envelope-from stefanf) Message-Id: <200503071538.j27Fcbr3095514@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 7 Mar 2005 15:38:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/efi/include/i386 efibind.h src/sys/boot/efi/include/ia64 efibind.h 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, 07 Mar 2005 15:38:38 -0000 stefanf 2005-03-07 15:38:37 UTC FreeBSD src repository Modified files: sys/boot/efi/include/i386 efibind.h sys/boot/efi/include/ia64 efibind.h Log: Don't try to use 'typedef struct foo' if just 'struct foo' makes more sense and works on all compilers. This also removes the need for __CC_SUPPORTS_FORWARD_REFERENCE_CONSTRUCT in . OK'ed by: marcel, dfr Revision Changes Path 1.3 +1 -11 src/sys/boot/efi/include/i386/efibind.h 1.6 +0 -14 src/sys/boot/efi/include/ia64/efibind.h