From owner-cvs-src@FreeBSD.ORG Wed Sep 14 13:12:11 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 48A3A16A41F; Wed, 14 Sep 2005 13:12:11 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C245F43D46; Wed, 14 Sep 2005 13:12:10 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id E0AD817B8C2; Wed, 14 Sep 2005 15:12:09 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 44806-02-3; Wed, 14 Sep 2005 15:12:07 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 4A8F117B8C4; Wed, 14 Sep 2005 15:12:07 +0200 (CEST) Received: from radagast.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with SMTP id EAAF91702B; Wed, 14 Sep 2005 15:12:06 +0200 (CEST) From: Dejan Lesjak To: Stefan Farfeleder , cvs-src@freebsd.org Date: Wed, 14 Sep 2005 15:12:06 +0200 References: <200509140901.j8E916mL044612@repoman.freebsd.org> <20050914095217.GC59453__1440.7719871544$1126691658$gmane$org@wombat.fafoe.narf.at> Lines: 24 User-Agent: KNode/0.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-Id: <20050914131206.EAAF91702B@radagast.ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Subject: Re: cvs commit: src/include Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 14 Sep 2005 13:12:11 -0000 Stefan Farfeleder wrote: > On Wed, Sep 14, 2005 at 09:01:06AM +0000, Stefan Farfeleder wrote: > >> Back out 1.247. On ia64 is included from assembler >> source, the prototype broke buildword. > > I waver between guarding the prototype with #ifndef __ASSEMBLER__ and > moving it to another header, eg. . Opinions? > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" Well, since you asked :) The inclusion of prototype seems to have broken imake: http://lists.freebsd.org/pipermail/freebsd-x11/2005-September/002189.html So putting it in another include would be neater from this particular point of view as imake doesn't need changes then :) Dejan