From 0ecdbba93587408c670124e88d39451c681a77eb Mon Sep 17 00:00:00 2001 From: jbj Date: Mon, 30 Apr 2001 22:32:22 +0000 Subject: - yet more boring lclint annotations and fiddles. CVS patchset: 4732 CVS date: 2001/04/30 22:32:22 --- lib/fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/fs.c') 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; -- cgit v1.2.3