mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
11 lines
232 B
Text
11 lines
232 B
Text
--- src/types.h.orig Mon Nov 9 08:22:55 1998
|
|
+++ src/types.h Fri Jun 30 19:49:19 2000
|
|
@@ -27,7 +27,7 @@
|
|
typedef unsigned char byte;
|
|
typedef byte bool;
|
|
|
|
-#ifdef FreeBSD
|
|
+#ifdef __FreeBSD__
|
|
typedef unsigned long ulong;
|
|
#endif
|
|
|