--On dimanche 18 août 2002 21:56 -0700 Dag-Erling Smorgrav
<[EMAIL PROTECTED]> wrote:

> --------------------------------------------------------------
>>>> Rebuilding the temporary build tree
> --------------------------------------------------------------
>>>> stage 1: bootstrap tools
> --------------------------------------------------------------
>>>> stage 2: cleaning up the object tree
> --------------------------------------------------------------
>>>> stage 2: rebuilding the object tree
> --------------------------------------------------------------
>>>> stage 2: build tools
> --------------------------------------------------------------
>>>> stage 3: cross tools
> --------------------------------------------------------------
>>>> stage 4: populating
>>>> /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include
> --------------------------------------------------------------
>>>> stage 4: building libraries
> --------------------------------------------------------------
>>>> stage 4: make dependencies
> --------------------------------------------------------------
>>>> stage 4: building everything..
> --------------------------------------------------------------
> ===> sbin/ifconfig
> /local0/scratch/des/src/sbin/ifconfig/ifconfig.c: In function
> `setifflags': /local0/scratch/des/src/sbin/ifconfig/ifconfig.c:1002:
> invalid type argument of `->' *** Error code 1

maybe a :
Index: ifconfig.c
===================================================================
RCS file: /home/ncvs/src/sbin/ifconfig/ifconfig.c,v
retrieving revision 1.76
diff -u -d -b -w -u -r1.76 ifconfig.c
--- ifconfig.c  18 Aug 2002 07:04:57 -0000      1.76
+++ ifconfig.c  19 Aug 2002 05:37:01 -0000
@@ -999,7 +999,7 @@
                exit(1);
        }
        strncpy(my_ifr.ifr_name, name, sizeof (my_ifr.ifr_name));
-       flags = (ifr->ifr_flags & 0xffff) | (my_ifr.ifr_flagshigh << 16);
+       flags = (ifr.ifr_flags & 0xffff) | (my_ifr.ifr_flagshigh << 16);
 
        if (value < 0) {
                value = -value;



-- 
Mathieu Arnold

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to