[BACK]Return to types.h CVS log [TXT][DIR] Up to [local] / funnyos / sys

Diff for /funnyos/sys/types.h between version 1.1 and 1.2

version 1.1, 2007/10/16 09:41:05 version 1.2, 2007/10/16 14:28:05
Line 16 
Line 16 
 typedef unsigned long long u_int64_t;  typedef unsigned long long u_int64_t;
 typedef unsigned int    u_int;  typedef unsigned int    u_int;
   
 #define NULL (void *)0  #define NULL (0)
   
 #endif /* _SYS_TYPES_H */  #endif /* _SYS_TYPES_H */
   

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

CVSweb