From 2db3e832883b212925d0599d113a1a1000d0bb7e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 9 Jul 2012 13:19:46 +0000 Subject: luaTeX: Use binary file io mode (from W32TeX) Sync shell_cmd_is_allowed() and runpopen() with ../lib/texmfmp.c git-svn-id: svn://tug.org/texlive/trunk@26978 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/luatex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/luatexdir/luatex.h') diff --git a/Build/source/texk/web2c/luatexdir/luatex.h b/Build/source/texk/web2c/luatexdir/luatex.h index f10165aa8ee..db9c0961102 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.h +++ b/Build/source/texk/web2c/luatexdir/luatex.h @@ -72,7 +72,7 @@ /* Executing shell commands. */ extern void mk_shellcmdlist(char *); extern void init_shell_escape(void); -extern int shell_cmd_is_allowed(const char **cmd, char **safecmd, +extern int shell_cmd_is_allowed(const char *cmd, char **safecmd, char **cmdname); extern int runsystem(char *cmd); -- cgit v1.2.3