From owner-freebsd-current@FreeBSD.ORG Wed Aug 29 12:59:28 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CB6F16A419 for ; Wed, 29 Aug 2007 12:59:28 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail.fatpipi.com (220-135-222-5.HINET-IP.hinet.net [220.135.222.5]) by mx1.freebsd.org (Postfix) with ESMTP id 15B7413C428 for ; Wed, 29 Aug 2007 12:59:28 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail.fatpipi.com (Postfix, from userid 1002) id C552A2E024; Wed, 29 Aug 2007 20:42:52 +0800 (CST) Date: Wed, 29 Aug 2007 20:42:52 +0800 From: "Vanilla I. Shu" To: freebsd-current@freebsd.org Message-ID: <20070829124252.GA32532@fatpipi.cirx.org> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Subject: patch for objc include file. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2007 12:59:28 -0000 Hi: could someone to review this patch and commit it? /usr/include/objc/objc-api.h need to include objc-decls.h but it will not install by current objc Makefile. thanks. -- this patch will resolve broken of ports/lang/ofc.