From: Paul Eggert Date: Sat, 13 Nov 2004 04:49:14 +0000 (+0000) Subject: * src/sort.c (zaptemp): Warn if a temporary file is not removed. X-Git-Tag: v5.3.0~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e8e1db3d37c31ab10f588280d96dee34ab3becc;p=thirdparty%2Fcoreutils.git * src/sort.c (zaptemp): Warn if a temporary file is not removed. --- diff --git a/ChangeLog b/ChangeLog index bca8e7880e..51ed120af0 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.