From: Wez Furlong Date: Fri, 16 May 2003 20:12:46 +0000 (+0000) Subject: No typo... its tmpnam in one place, tempnam in another... X-Git-Tag: BEFORE_FD_REVERT~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67391df6f03004f55ddea6ecca7f897d746c9bc1;p=php No typo... its tmpnam in one place, tempnam in another... /home/wez/packages/imap-2002b/c-client/osdep.c:287: the use of `tmpnam' is dangerous, better use `mkstemp' --- diff --git a/Makefile.global b/Makefile.global index d8713cf475..8848e8fefd 100644 --- a/Makefile.global +++ b/Makefile.global @@ -9,7 +9,7 @@ COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORK all: $(all_targets) @echo @echo "Build complete." - @echo "(It is safe to ignore warnings about tempnam)." + @echo "(It is safe to ignore warnings about tempnam and tmpnam)." @echo build-modules: $(PHP_MODULES)