mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
FreeBSD, so it's recommended to upgrade if you have any problems with previous version. Submitted by: Kazuyuki Shudo <shudoh@muraoka.info.waseda.ac.jp>
13 lines
314 B
Text
13 lines
314 B
Text
--- compiler.h 2000/12/14 09:18:13 1.1
|
|
+++ compiler.h 2000/12/14 09:18:41
|
|
@@ -66,10 +66,6 @@
|
|
# if __FreeBSD__ <= 2
|
|
typedef u_int16_t uint16_t;
|
|
# endif
|
|
-# if (__FreeBSD__ >= 5) && (JDK_VER == 11)
|
|
-typedef unsigned int uint_t;
|
|
- // FreeBSD/JDK 1.1.8 does not typedef this on FreeBSD >= 5
|
|
-# endif
|
|
#endif
|
|
|
|
|