mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
16 lines
383 B
Plaintext
16 lines
383 B
Plaintext
|
*** server2.2-pl2/compress/defs.h.orig Thu May 1 13:03:28 1997
|
||
|
--- server2.2-pl2/compress/defs.h Thu May 1 13:04:28 1997
|
||
|
***************
|
||
|
*** 24,31 ****
|
||
|
--- 24,33 ----
|
||
|
|
||
|
typedef unsigned char uchar;
|
||
|
#ifndef LINUX
|
||
|
+ #ifndef __FreeBSD__
|
||
|
typedef unsigned short ushort;
|
||
|
typedef unsigned int uint;
|
||
|
+ #endif /*__FreeBSD__*/
|
||
|
typedef unsigned long ulong;
|
||
|
#endif /* LINUX */
|
||
|
|