mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c427b29722
PR: 3439 Submitted by: mita@jp.freebsd.org
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 */
|
|
|