[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #6414] Avoid compiler errors/warnings with mem_size_
From: |
Jonathan Larmour |
Subject: |
[lwip-devel] [patch #6414] Avoid compiler errors/warnings with mem_size_t if MEM_LIBC_MALLOC |
Date: |
Tue, 04 Mar 2008 16:41:06 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc5 Firefox/1.5.0.12 |
Follow-up Comment #3, patch #6414 (project lwip):
And 5 minutes later I found the mail.
pbuf.c, line 210:
p = (struct pbuf*) mem_malloc(LWIP_MEM_ALIGN_SIZE(SIZEOF_STRUCT_PBUF +
offset) + LWIP_MEM_ALIGN_SIZE(length));
ppp.c, line 401:
outpacket_buf[i] = (u_char *) mem_malloc(PPP_MRU+PPP_HDRLEN);
httpd.c, line 215 (httpserver_raw example)
hs = (struct http_state *) mem_malloc(sizeof(struct http_state));
Committed.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?6414>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/