31 lines
567 B
Plaintext
31 lines
567 B
Plaintext
*** src/datatype.h.orig Sat Jul 26 19:20:00 1997
|
|
--- src/datatype.h Wed Apr 29 00:53:42 1998
|
|
***************
|
|
*** 37,48 ****
|
|
|
|
typedef unsigned char uchar ;
|
|
|
|
! #ifdef __FreeBSD__
|
|
#include <sys/types.h>
|
|
#else
|
|
typedef unsigned short int ushort ;
|
|
#endif
|
|
|
|
typedef unsigned long int ulong ;
|
|
!
|
|
#endif
|
|
--- 37,49 ----
|
|
|
|
typedef unsigned char uchar ;
|
|
|
|
! #ifdef __OpenBSD__
|
|
#include <sys/types.h>
|
|
#else
|
|
typedef unsigned short int ushort ;
|
|
#endif
|
|
|
|
+ #ifndef __OpenBSD__
|
|
typedef unsigned long int ulong ;
|
|
! #endif
|
|
#endif
|