Changeset b07cfb1 in clfs-sysroot for patches/texinfo-4.9-tempfile_fix-1.patch
- Timestamp:
- Jul 23, 2007, 4:45:46 PM (17 years ago)
- Branches:
- master
- Children:
- f0590dc
- Parents:
- 0bab5a9
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/texinfo-4.9-tempfile_fix-1.patch
r0bab5a9 rb07cfb1 12 12 Update: Changed to not pass a constant string to mktemp(). 13 13 14 diff -Naur texinfo-4. 8.orig/util/texindex.c texinfo-4.8/util/texindex.c15 --- texinfo-4. 8.orig/util/texindex.c 2005-12-11 23:29:08.000000000 -060016 +++ texinfo-4. 8/util/texindex.c 2005-12-11 23:33:31.000000000 -060014 diff -Naur texinfo-4.9.orig/util/texindex.c texinfo-4.9/util/texindex.c 15 --- texinfo-4.9.orig/util/texindex.c 2007-07-23 07:11:38.000000000 -0400 16 +++ texinfo-4.9/util/texindex.c 2007-07-23 07:11:49.000000000 -0400 17 17 @@ -99,6 +99,9 @@ 18 18 /* Directory to use for temporary files. On Unix, it ends with a slash. */ … … 45 45 46 46 for (i = 0; i < num_infiles; i++) 47 @@ -3 89,21 +398,21 @@47 @@ -390,21 +399,21 @@ 48 48 static char * 49 49 maketempname (int count) … … 78 78 } 79 79 80 80
Note:
See TracChangeset
for help on using the changeset viewer.