]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/canonical: use realpath() from libc
authorKarel Zak <kzak@redhat.com>
Mon, 1 Jul 2013 14:13:46 +0000 (16:13 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 1 Jul 2013 14:13:46 +0000 (16:13 +0200)
commit8a52ef658cf7c6117cbbd19c2807c30bb798e436
tree63a1a26c365cbfae94ceaccd97ca07c1e0d719eb
parent4ba4893b3634ff1f6bca688641283cee38989654
lib/canonical: use realpath() from libc

.. after many many years it seems that we can follow libc code rather
than duplicate realpath(3) implementation.

Signed-off-by: Karel Zak <kzak@redhat.com>
lib/canonicalize.c