lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] DEVEL: etharp does not compile


From: Leon Woestenberg
Subject: Re: [lwip-devel] DEVEL: etharp does not compile
Date: Tue, 18 Nov 2003 00:25:24 +0100

Hello Jani,

> ../../../../../lwip/src/netif/etharp.c: In function `etharp_dequeue':
> ../../../../../lwip/src/netif/etharp.c:280: `netif' undeclared
>
My lwipopts.h had ARP_QUEUEING defined 0, so my compilation
went through fine. My bad again.

CVS seems down right now. I will commit a fix ASAP. 

A safe fix is this:

static struct pbuf *
etharp_dequeue(s8_t i)
{
  return arp_table[i].p;
}

Regards, Leon.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]