Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/yacc/files/
Date: Fri, 24 Feb 2017 15:55:27
Message-Id: 1487951718.82df04cd631bb0a0a70591bfd2872d84bb3c9ed1.monsieurp@gentoo
1 commit: 82df04cd631bb0a0a70591bfd2872d84bb3c9ed1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 15:54:59 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 15:55:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82df04cd
7
8 dev-util/yacc: remove unused patch.
9
10 Package-Manager: portage-2.3.3
11
12 dev-util/yacc/files/mkstemp.patch | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/dev-util/yacc/files/mkstemp.patch b/dev-util/yacc/files/mkstemp.patch
16 deleted file mode 100644
17 index f037e331fb..0000000000
18 --- a/dev-util/yacc/files/mkstemp.patch
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 ---- main.c.orig 2002-12-17 14:28:54.000000000 -0500
22 -+++ main.c 2002-12-17 14:29:31.000000000 -0500
23 -@@ -264,9 +264,9 @@
24 - text_file_name[len + 5] = 't';
25 - union_file_name[len + 5] = 'u';
26 -
27 -- mktemp(action_file_name);
28 -- mktemp(text_file_name);
29 -- mktemp(union_file_name);
30 -+ mkstemp(action_file_name);
31 -+ mkstemp(text_file_name);
32 -+ mkstemp(union_file_name);
33 -
34 - len = strlen(file_prefix);
35 -