diff options
author | jbj <devnull@localhost> | 1999-12-18 19:38:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-18 19:38:18 +0000 |
commit | 2a7a110805a4ec51e5227e51147a831d4bfb8277 (patch) | |
tree | d10b6e7a8b8816ac9d50f327311aace4dce3c8ab /CHANGES | |
parent | d76e89ddef99c60a271ece1910ba3e2da23906cd (diff) | |
download | rpm-2a7a110805a4ec51e5227e51147a831d4bfb8277.tar.gz rpm-2a7a110805a4ec51e5227e51147a831d4bfb8277.tar.bz2 rpm-2a7a110805a4ec51e5227e51147a831d4bfb8277.zip |
fix: turn off stdio buffering if not opened O_RDONLY for now.
CVS patchset: 3490
CVS date: 1999/12/18 19:38:18
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ - fix: missing strdup when overriding buildroot from command line argument (#1026,#5006). - diddle some names to keep my C++ brethern happy (i.e. kpackage port). + - fix: turn off stdio buffering if not opened O_RDONLY for now. 3.0.2 -> 3.0.3 - add --eval to find result of macro expansion. |