Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161070AbVICATL (ORCPT ); Fri, 2 Sep 2005 20:19:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161074AbVICATL (ORCPT ); Fri, 2 Sep 2005 20:19:11 -0400 Received: from lakshmi.addtoit.com ([198.99.130.6]:31249 "EHLO lakshmi.solana.com") by vger.kernel.org with ESMTP id S1161070AbVICATK (ORCPT ); Fri, 2 Sep 2005 20:19:10 -0400 Date: Fri, 2 Sep 2005 19:38:19 -0400 From: Jeff Dike To: Alan Menegotto Cc: linux-kernel@vger.kernel.org Subject: Re: UML x86_86 Multicast Patch Message-ID: <20050902233819.GA11819@ccure.user-mode-linux.org> References: <1c699250050902155251c18bb5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1c699250050902155251c18bb5@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1129 Lines: 31 On Fri, Sep 02, 2005 at 07:52:02PM -0300, Alan Menegotto wrote: > In mcast_user.c from /usr/src/linux-2.6.13/arch/um/drivers when > multicast is enabled it cannot pass the "compile kernel" phase. The > following patch should fix the error. Please correct me if I'm wrong. > > ==================================================== > > > --- /tmp/mcast_user.c 2005-09-03 19:59:15.000000000 -0300 > +++ mcast_user.c 2005-09-03 19:59:32.000000000 -0300 > @@ -13,7 +13,7 @@ > > #include > #include > -#include > +//#include > #include > #include > #include Well, it passes my compile kernel phase, otherwise it would have been fixed already. But eliminating that include doesn't break anything (as it can't, considering that inet.h is empty), so this is applied, thanks. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/