Subject: Re: build.sh fails
To: Quentin Garnier <cube@cubidou.net>
From: Teemu Rinta-aho <teemu@rinta-aho.org>
List: current-users
Date: 03/18/2005 13:24:54
Quentin Garnier wrote:
> On Fri, Mar 18, 2005 at 01:05:59PM +0200, Teemu Rinta-aho wrote:
> 
>>First, sc was undefined, then I tried myself and
>>applied this patch:
>>
>>--- if_xennet.c.orig    2005-03-18 12:18:28.000000000 +0200
>>+++ if_xennet.c 2005-03-18 12:19:02.000000000 +0200
>>@@ -1105,6 +1105,7 @@
>> #ifdef mediacode
>>        struct ifreq *ifr = (struct ifreq *)data;
>> #endif
>>+       struct xennet_softc *sc = ifp->if_softc;
>>        int s, error = 0;
>>
>>        s = splnet();
>>
>>after which I got this, and gave up:
>>
>>#   compile  INSTALL_XENU/if_xennet.o
> 
> 
> First build had DEBUG, second had not.

How is that possible? I only changed one line of code...

> 
> I've committed the proper fix.
> 

Thanks!

-- 
teemu@rinta-aho.org -+- http://www.rinta-aho.org