[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] recent 32-bit alignment patch in HEAD andrequirement fo
From: |
Leon Woestenberg |
Subject: |
Re: [lwip-devel] recent 32-bit alignment patch in HEAD andrequirement for libc |
Date: |
Thu, 29 Apr 2004 10:55:00 +0200 |
Hello all,
On Thu, 29 Apr 2004 10:02:01 +0300, "Jani Monoses" <address@hidden> said:
>
> >
> > if (!memcmp(ipaddr, &arp_table[i].ipaddr, sizeof(struct
> > ip_addr))) {
> >
> > As far as I know, lwIP did not require the C library before.
>
> we already call memcpy() though.
>
I think I found the non-requirement on the C library in Adam DunkelĀ“s
original thesis or documentation.
I am fine with adding a requirement to libc, but we should
document it like Christiaan suggested, as this has changed.
Regards,
Leon.