From: Jim Meyering Date: Tue, 30 Jun 1998 03:57:55 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16q^0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5d2bbddf97cd594ef037d9cff08c6e8d71c62c7f;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 061e3c8d0b..321ac073fa 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,23 @@ * Version 3.16q. + * lib/mountlist.c (read_filesystem_list) [MOUNTED_GETMNTENT2]: + Always close stream and file descriptor before returning. + + * src/df.c (main): Move the test of the result of the + read_filesystem_list call up out of if-block -- code in the + else-block depends on it too. + +1998-06-29 Paul Eggert + + * lib/mountlist.c: (read_filesystem_list): If SVR4, lock + /etc/.mnttab.lock if available, to avoid race conditions + (e.g. with the automounter on Solaris 2.6). + + Include , , . + +1998-06-29 Jim Meyering + * lib/mountlist.c (fstype_to_string): Guard with #if ! HAVE_F_FSTYPENAME_IN_STATFS.