/[lwip]/lwip/src/arch/unix/netif/sio.c
ViewVC logotype

Diff of /lwip/src/arch/unix/netif/sio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by likewise, Tue Oct 22 12:32:58 2002 UTC revision 1.2 by adamdunkels, Wed Oct 23 20:00:21 2002 UTC
# Line 5  Line 5 
5  #include "lwip/sys.h"  #include "lwip/sys.h"
6  #include "lwip/arch.h"  #include "lwip/arch.h"
7    
8    /* Following #undefs are here to keep compiler from issuing warnings
9       about them being double defined. (They are defined in lwip/inet.h
10       as well as the Unix #includes below.) */
11    #undef htonl
12    #undef ntohl
13    #undef htons
14    #undef ntohs
15    #undef HTONL
16    #undef NTOHL
17    #undef HTONS
18    #undef NTOHS
19    
20  #include <stdlib.h>  #include <stdlib.h>
21  #include <termios.h>  #include <termios.h>
22  #include <stdio.h>  #include <stdio.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26