projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fdc732
)
Eliminate the unused value
author
Laszlo Papp
<ext-laszlo.papp@nokia.com>
Mon, 7 Mar 2011 07:27:52 +0000
(09:27 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 30 Mar 2011 17:34:58 +0000
(19:34 +0200)
util/fusermount.c
patch
|
blob
|
history
diff --git
a/util/fusermount.c
b/util/fusermount.c
index adab9b08fd494040dec7f0d5f38d8e5e5d58e74d..fc2d0dd8f2f909aa37f23e72307632c20b58dbcb 100644
(file)
--- a/
util/fusermount.c
+++ b/
util/fusermount.c
@@
-248,7
+248,7
@@
static int check_is_mount_child(void *p)
}
count = 0;
- while (
(entp = getmntent(fp)
) != NULL)
+ while (
getmntent(fp
) != NULL)
count++;
endmntent(fp);