summaryrefslogtreecommitdiff
path: root/lib/fs.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-04-30 22:32:22 +0000
committerjbj <devnull@localhost>2001-04-30 22:32:22 +0000
commit0ecdbba93587408c670124e88d39451c681a77eb (patch)
tree0953710c0f014faf772aa6c1ab0fdc1933ffdd8c /lib/fs.c
parenta57a13b1350ff1a094c202c90391f8676f487582 (diff)
downloadrpm-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fs.c b/lib/fs.c
index 862f9d9a0..d7e2ec6f0 100644
--- a/lib/fs.c
+++ b/lib/fs.c
@@ -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;