diff options
Diffstat (limited to 'shells/zsh/files/patch-Src::utils.c')
-rw-r--r-- | shells/zsh/files/patch-Src::utils.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shells/zsh/files/patch-Src::utils.c b/shells/zsh/files/patch-Src::utils.c new file mode 100644 index 000000000000..189d6392231c --- /dev/null +++ b/shells/zsh/files/patch-Src::utils.c @@ -0,0 +1,8 @@ +--- Src/utils.c.orig Wed Dec 4 19:39:01 2002 ++++ Src/utils.c Wed Dec 4 19:39:18 2002 +@@ -1093,4 +1093,5 @@ + * is unique, for use as a temporary file. */ + ++extern char *_mktemp(char *); + /**/ + mod_export char * |