1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/emulators/xsystem35/files/patch-src_tempname.c
FUJISHIMA Satsuki d4d258e052 o update to 1.7.2.
o catch up comment/descr.
o make freetype support non-optional.
o drop broken SDL support.
2004-08-14 20:34:30 +00:00

12 lines
412 B
C

--- src/tempname.c.orig Mon Nov 10 00:06:13 2003
+++ src/tempname.c Sun Aug 15 02:36:09 2004
@@ -112,7 +112,7 @@
uintmax_t is only 32 bits lose about 3.725 bits of randomness,
which is better than not having mkstemp at all. */
#if !defined UINT64_MAX && !defined uint64_t
-# define uint64_t uintmax_t
+# define uint64_t u_int64_t
#endif
/* These are the characters used in temporary filenames. */