Subject: Re: compiling -current on amd64...
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: current-users
Date: 12/07/2005 13:59:31
In article <20051207101417.GB19962@sb1001.ub.uni-mainz.de>,
Kurt Schreiner <ks@ub.uni-mainz.de> wrote:
>...needs the following patch to finish successfully:
>
>
>>-119: diff -u1 lmcconfig.c*
>--- lmcconfig.c.old 2005-12-07 11:09:24.000000000 +0100
>+++ lmcconfig.c 2005-12-07 10:57:24.000000000 +0100
>@@ -1110,3 +1110,3 @@
> if (status.cntrs.ipackets) printf("Rx packets:\t\t%llu\n",
>(unsigned long long)status.cntrs.ipackets);
>- if (status.cntrs.opackets) printf("Tx packets:\t\t%llu\n",
>status.cntrs.opackets);
>+ if (status.cntrs.opackets) printf("Tx packets:\t\t%llu\n",
>(unsigned long long)status.cntrs.opackets);
> if (status.cntrs.ierrors) printf("Rx errors:\t\t%u\n",
>status.cntrs.ierrors);
>
Thanks, fixed.
christos