fchdir: avoid compiler warning
authorEric Blake <ebb9@byu.net>
Sat, 3 Oct 2009 04:32:45 +0000 (22:32 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 3 Oct 2009 04:48:23 +0000 (22:48 -0600)
commit881b91b9b370b4b6f26eb44efb5c048ca3783b83
tree95c8efa4ee8c69f8312b3fc8424753aa23dbe941
parentddf870c4d82b62ad0fbe8a202adab357c7b94a30
fchdir: avoid compiler warning

Using fchdir without canonicalize-lgpl gave a warning.

* lib/fchdir.c (canonicalize_file_name)
[!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/fchdir.c