forked from Lainports/freebsd-ports
Reported by: pointyhat Submitted by: Mel <fbsd.multimedia@rachie.is-a-geek.net> Marcin Cieslak <saper@system.pl>
11 lines
270 B
C
11 lines
270 B
C
--- src/mygetopt.c.orig 2008-02-29 16:41:07.000000000 -0600
|
|
+++ src/mygetopt.c 2008-02-29 16:41:23.000000000 -0600
|
|
@@ -25,7 +25,7 @@
|
|
#endif
|
|
|
|
/* DOS / Kernel driver */
|
|
-#ifndef __intptr_t_defined
|
|
+#ifndef _INTPTR_T_DECLARED
|
|
typedef unsigned int uintptr_t;
|
|
#endif
|
|
|