diff options
author | jbj <devnull@localhost> | 2001-04-30 22:32:22 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-04-30 22:32:22 +0000 |
commit | 0ecdbba93587408c670124e88d39451c681a77eb (patch) | |
tree | 0953710c0f014faf772aa6c1ab0fdc1933ffdd8c /lib/fs.c | |
parent | a57a13b1350ff1a094c202c90391f8676f487582 (diff) | |
download | rpm-0ecdbba93587408c670124e88d39451c681a77eb.tar.gz rpm-0ecdbba93587408c670124e88d39451c681a77eb.tar.bz2 rpm-0ecdbba93587408c670124e88d39451c681a77eb.zip |
- yet more boring lclint annotations and fiddles.
CVS patchset: 4732
CVS date: 2001/04/30 22:32:22
Diffstat (limited to 'lib/fs.c')
-rw-r--r-- | lib/fs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -204,9 +204,9 @@ static int getFilesystemList(void) } # if GETMNTENT_ONE || GETMNTENT_TWO - fclose(mtab); + (void) fclose(mtab); # elif HAVE_GETMNTINFO_R - free(mounts); + mounts = _free(mounts); # endif filesystems[numFilesystems].dev = 0; |