buglwIP - A Lightweight TCP/IP stack - Bugs: bug #28496, missing include guards in netdb.h

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #28496: missing include guards in netdb.h

Submitter:  Guillaume du PONTAVICE <gdupontavice>
Submitted:  Wed 06 Jan 2010 12:45:27 PM UTC
   
 
Category:  sockets/netconn Severity:  3 - Normal
Item Group:  Compiler Warning Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  CVS Head

Wed 06 Jan 2010 04:32:20 PM UTC, comment #1: 

Fixed, thanks for reporting.

Simon Goldschmidt <goldsimon>
Group administrator
Wed 06 Jan 2010 12:45:27 PM UTC, original submission:  

netdb.h does not contain include guards

#ifndef _LWIP_NETDB_H_
#define _LWIP_NETDB_H_
....

#endif /* _LWIP_NETDB_H_ */

Guillaume du PONTAVICE <gdupontavice>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by gdupontavice (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-01-06 goldsimon StatusNone Fixed
        Assigned toNone goldsimon
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code