diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-01-09 10:50:23 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-01-09 10:50:23 +0000 |
commit | 1667805a59fc6044b09847c45bb27ad96a0022a7 (patch) | |
tree | 785aca994ebbd9d361be6f9265aa523aa74beff3 /sys-apps/ed | |
parent | Bug #73858 - patch from bug #66400 produced incorrect output in some cases. (... (diff) | |
download | gentoo-2-1667805a59fc6044b09847c45bb27ad96a0022a7.tar.gz gentoo-2-1667805a59fc6044b09847c45bb27ad96a0022a7.tar.bz2 gentoo-2-1667805a59fc6044b09847c45bb27ad96a0022a7.zip |
add note to changed patch.
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/files/0.2-r5-mkstemp.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/ed/files/0.2-r5-mkstemp.patch b/sys-apps/ed/files/0.2-r5-mkstemp.patch index 4230f13724a0..4223f85a4fc2 100644 --- a/sys-apps/ed/files/0.2-r5-mkstemp.patch +++ b/sys-apps/ed/files/0.2-r5-mkstemp.patch @@ -9,6 +9,7 @@ Description: Use mkstemp instead of mktemp. However the original patch contained an error. mkstemp returns a file description, so when fopen ran, the file was opened twice. The correct change is to use fdopen with mkstemp. +See gentoo bug #73858. diff -Naur ed-0.2/buf.c ed-0.2-2/buf.c --- ed-0.2/buf.c Sat Nov 19 04:37:59 1994 +++ ed-0.2-2/buf.c Tue May 28 18:38:23 2002 |