mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
f66942dd5b
PR: ports/103129 Submitted by: Federico Galvez-Durand Besnard <federicogalvezdurand@yahoo.com> Approved by: maintainer timeout (25 days)
15 lines
392 B
C
15 lines
392 B
C
--- ../thotlib/include/thot_sys.h.orig Wed Mar 22 10:50:05 2006
|
|
+++ ../thotlib/include/thot_sys.h Tue Sep 5 15:17:44 2006
|
|
@@ -252,9 +252,11 @@
|
|
#define MAX_BYTES 6
|
|
|
|
/* we encourage using "long" to store pointer values, never use "int" ! */
|
|
+#ifndef _BSD
|
|
#ifndef __intptr_t_defined
|
|
#define __intptr_t_defined
|
|
typedef long intptr_t;
|
|
+#endif
|
|
#endif
|
|
|
|
#endif /* THOT_SYS_H */
|