summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-13 04:49:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-13 04:49:14 +0000
commit7e8e1db3d37c31ab10f588280d96dee34ab3becc (patch)
treeab8d66f8ba4dadc9611a33b2a1216d43ff34af22
parentaf6bd870f428e0d094e9743a40852181fad928b5 (diff)
downloadcoreutils-7e8e1db3d37c31ab10f588280d96dee34ab3becc.tar.xz
* src/sort.c (zaptemp): Warn if a temporary file is not removed.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bca8e7880..51ed120af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,8 @@
temporary file twice, and the second time this happens the file
might already have been created by some other process.
+ (zaptemp): Warn if a temporary file is not removed.
+
(create_temp_file): Use offsetof for clarity.
(die): Move it up earlier, to clean up the code a bit.