openbsd-ports/converters/trans/patches/patch-ac
1998-04-29 05:10:28 +00:00

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