Difference for include/types.h from version 1.4 to 1.5


version 1.4 version 1.5
Line 19
 
Line 19
  * Common types for use in Miner   * Common types for use in Miner
  *   *
  * $Log$   * $Log$
    * Revision 1.5  1999/12/13 09:21:09  sekmu
    * added u_int64 to non-linux
    *
  * Revision 1.4  1999/11/13 02:47:19  sekmu   * Revision 1.4  1999/11/13 02:47:19  sekmu
  * include sys/types.h for ssize_t for djgpp   * include sys/types.h for ssize_t for djgpp
  *   *
Line 70
 
Line 73
 //this should really be defined system specifically somehow,  //this should really be defined system specifically somehow,
 //as it is in linux's sys/types.h.. but I guess I'll leave that  //as it is in linux's sys/types.h.. but I guess I'll leave that
 //to someone who needs it :)  //to someone who needs it :)
   typedef unsigned long long int u_int64_t;
   typedef long long int int64_t;
 typedef unsigned int u_int32_t;  typedef unsigned int u_int32_t;
 typedef int int32_t;  typedef int int32_t;
 typedef unsigned short u_int16_t;  typedef unsigned short u_int16_t;

Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5