]> git.pld-linux.org Git - packages/byaccj.git/commitdiff
- s/mktemp/mkstemp/
authorpawelz <pawelz@pld-linux.org>
Thu, 19 Feb 2009 13:41:52 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    byaccj-mkstemp.patch -> 1.1

byaccj-mkstemp.patch [new file with mode: 0644]

diff --git a/byaccj-mkstemp.patch b/byaccj-mkstemp.patch
new file mode 100644 (file)
index 0000000..766b47a
--- /dev/null
@@ -0,0 +1,17 @@
+--- byaccj1.15/src/main.c~     2006-10-16 20:16:16.000000000 +0200
++++ byaccj1.15/src/main.c      2009-02-19 14:38:45.000000000 +0100
+@@ -353,10 +353,10 @@
+     union_file_name[len + 5] = 'u';
+       output_file_name[len + 5] = 'o';
+-    mktemp(action_file_name);
+-    mktemp(text_file_name);
+-    mktemp(union_file_name);
+-      mktemp(output_file_name);
++    mkstemp(action_file_name);
++    mkstemp(text_file_name);
++    mkstemp(union_file_name);
++    mkstemp(output_file_name);
+     len = strlen(file_prefix);
This page took 0.078397 seconds and 4 git commands to generate.