cleaning up warnings
authorReuben Hawkins <reubenhwk@gmail.com>
Fri, 20 May 2011 14:01:38 +0000 (07:01 -0700)
committerMiklos Szeredi <mszeredi@suse.cz>
Mon, 23 May 2011 09:15:56 +0000 (11:15 +0200)
commit1193a39c0869a3608f22472735bcffdcccb6b2a5
tree18f62331640b1d263ecc496f3c1eed1a4c16e037
parentd523ae8421eb506dbb8660e015c25fa9b16d0507
cleaning up warnings

fprintf(stderr, whatever); -> fprintf(stderr, "%s", whatever);
checking return values on chdir and lockf where we weren't already

modified:   example/cusexmp.c
modified:   example/fioclient.c
modified:   util/fusermount.c
example/cusexmp.c
example/fioclient.c
util/fusermount.c