lwip-users
[Top][All Lists]
Advanced

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

RE : [lwip-users] Mirror bugs


From: Frédéric BERNON
Subject: RE : [lwip-users] Mirror bugs
Date: Sun, 29 Jul 2007 10:15:34 +0200

It's check in. Note that the fix for do_close_internal is only usuful is you 
don't have a "smart" linker (since all do_close_internal calls are already 
surrounded by #if LWIP, a good linker should not include do_close_internal). 
But since do_writemore is surrounded, do_close_internal can be !

 
  
====================================
Frédéric BERNON 
HYMATOM SA 
Chef de projet informatique 
Microsoft Certified Professional 
Tél. : +33 (0)4-67-87-61-10 
Fax. : +33 (0)4-67-70-85-44 
Email : address@hidden 
Web Site : http://www.hymatom.fr 
====================================
P Avant d'imprimer, penser à l'environnement
 


-----Message d'origine-----
De : address@hidden [mailto:address@hidden De la part de Bill Florac
Envoyé : samedi 28 juillet 2007 08:42
À : address@hidden
Objet : [lwip-users] Mirror bugs 


In file api_msg.c, the function do_close_internal() should be surrounded by #if 
LWIP_TCP (as it is in the decration) so it will excluded when LWIP_TCP = 0.
 
In file etharp.c, the function etharp_find_addr() should have it unused 
parameter netif marked so there is no warning.
 
 
Bill Florac


_______________________________________________
lwip-users mailing list
address@hidden http://lists.nongnu.org/mailman/listinfo/lwip-users

Attachment: Frédéric BERNON.vcf
Description: Frédéric BERNON.vcf


reply via email to

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