mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20: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>
14 lines
337 B
Text
14 lines
337 B
Text
--- stack.c 2000/12/14 09:19:58 1.1
|
|
+++ stack.c 2000/12/14 09:20:07
|
|
@@ -28,11 +28,6 @@
|
|
|
|
#include "config.h"
|
|
|
|
-#if (__FreeBSD__ >= 5) && (JDK_VER == 11)
|
|
-typedef unsigned int uint_t;
|
|
- // FreeBSD/JDK 1.1.8 does not typedef this on FreeBSD >= 5
|
|
-#endif
|
|
-
|
|
#ifndef HAVE_GREENTHR_HEADER
|
|
# define NATIVE // for Linux/JDK 1.1.8v1
|
|
#endif
|