diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-24 16:54:59 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-24 16:55:18 +0100 |
commit | 82df04cd631bb0a0a70591bfd2872d84bb3c9ed1 (patch) | |
tree | 12a6f391eaaa2c7c1ab70bc169f543e11ec85a40 /dev-util/yacc | |
parent | app-office/calcurse: clean up old. (diff) | |
download | gentoo-82df04cd631bb0a0a70591bfd2872d84bb3c9ed1.tar.gz gentoo-82df04cd631bb0a0a70591bfd2872d84bb3c9ed1.tar.bz2 gentoo-82df04cd631bb0a0a70591bfd2872d84bb3c9ed1.zip |
dev-util/yacc: remove unused patch.
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-util/yacc')
-rw-r--r-- | dev-util/yacc/files/mkstemp.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-util/yacc/files/mkstemp.patch b/dev-util/yacc/files/mkstemp.patch deleted file mode 100644 index f037e331fb5b..000000000000 --- a/dev-util/yacc/files/mkstemp.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- main.c.orig 2002-12-17 14:28:54.000000000 -0500 -+++ main.c 2002-12-17 14:29:31.000000000 -0500 -@@ -264,9 +264,9 @@ - text_file_name[len + 5] = 't'; - union_file_name[len + 5] = 'u'; - -- mktemp(action_file_name); -- mktemp(text_file_name); -- mktemp(union_file_name); -+ mkstemp(action_file_name); -+ mkstemp(text_file_name); -+ mkstemp(union_file_name); - - len = strlen(file_prefix); - |