From owner-p4-projects@FreeBSD.ORG Fri Oct 13 19:55:50 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 249B616A417; Fri, 13 Oct 2006 19:55:50 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD1F216A407 for ; Fri, 13 Oct 2006 19:55:49 +0000 (UTC) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A1C243D68 for ; Fri, 13 Oct 2006 19:55:49 +0000 (GMT) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9DJtn7I000809 for ; Fri, 13 Oct 2006 19:55:49 GMT (envelope-from piso@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9DJtm9j000806 for perforce@freebsd.org; Fri, 13 Oct 2006 19:55:48 GMT (envelope-from piso@freebsd.org) Date: Fri, 13 Oct 2006 19:55:48 GMT Message-Id: <200610131955.k9DJtm9j000806@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to piso@freebsd.org using -f From: Paolo Pisati To: Perforce Change Reviews Cc: Subject: PERFORCE change 107839 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 19:55:50 -0000 http://perforce.freebsd.org/chv.cgi?CH=107839 Change 107839 by piso@piso_newluxor on 2006/10/13 19:55:36 Fixes compilation on sparc64. Affected files ... .. //depot/projects/soc2006/intr_filter/sparc64/sparc64/intr_machdep.c#10 edit Differences ... ==== //depot/projects/soc2006/intr_filter/sparc64/sparc64/intr_machdep.c#10 (text+ko) ==== @@ -68,7 +68,9 @@ #include #include #include +#include #include +#include #include #include #include @@ -241,7 +243,7 @@ for (; iiv_event != NULL) return (iv->iv_event); }