[MPlayer-cvslog] r25287 - trunk/TOOLS/checktree.sh

ivo subversion at mplayerhq.hu
Mon Dec 3 22:40:54 CET 2007


Author: ivo
Date: Mon Dec  3 22:40:54 2007
New Revision: 25287

Log:
add functions that are not specifically marked as being deprecated or obsolete,
but which are dangerous to use (possible race conditions, undefined filemode,
et cetera; use tmpfile(3) instead).


Modified:
   trunk/TOOLS/checktree.sh

Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh	(original)
+++ trunk/TOOLS/checktree.sh	Mon Dec  3 22:40:54 2007
@@ -330,7 +330,7 @@ if [ "$_depr" = "yes" -a -n "$chfilelist
         valloc re_comp re_exec drem dremf dreml rexec svc_getreq sigset \
         sighold sigrelse sigignore sigvec sigmask sigblock sigsetmask \
         siggetmask ualarm ulimit usleep statfs fstatfs ustat get_kernel_syms \
-        query_module sbrk
+        query_module sbrk tempnam tmpnam mktemp mkstemp
     do
         printhead "--> $i()"
         grep $_grepopts "[^a-zA-Z0-9]$i[ $TAB]*(" $chfilelist



More information about the MPlayer-cvslog mailing list