/[lwip]/lwip/src/netif/ppp/target.h
ViewVC logotype

Diff of /lwip/src/netif/ppp/target.h

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

revision 1.1 by jani, Tue May 27 14:37:56 2003 UTC revision 1.2 by jani, Fri May 30 08:49:34 2003 UTC
# Line 21  Line 21 
21  #define UNTIMEOUT(f, a)         sys_untimeout((f), (a))  #define UNTIMEOUT(f, a)         sys_untimeout((f), (a))
22    
23    
24    # ifndef __u_char_defined
25    
26  /* Type definitions for BSD code. */  /* Type definitions for BSD code. */
27  typedef unsigned long u_long;  typedef unsigned long u_long;
# Line 28  typedef unsigned int u_int; Line 29  typedef unsigned int u_int;
29  typedef unsigned short u_short;  typedef unsigned short u_short;
30  typedef unsigned char u_char;  typedef unsigned char u_char;
31    
32    #endif
33    
34  /*  /*
35   * Sleep ms milliseconds.  Note that this only has a (close to) 1 Jiffy   * Sleep ms milliseconds.  Note that this only has a (close to) 1 Jiffy

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