]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/conf-files.c
Get rid of our reimplementation of basename
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 7 Dec 2013 02:29:55 +0000 (21:29 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 7 Dec 2013 02:29:55 +0000 (21:29 -0500)
commit2b6bf07dd23bb467099d213c97b3875c5e453491
tree2127e24f28714b48f6c00e92eaec351bcb57e5d5
parentf4336098941f94d23f2f6c79bc8d055a0907c392
Get rid of our reimplementation of basename

The only problem is that libgen.h #defines basename to point to it's
own broken implementation instead of the GNU one. This can be fixed
by #undefining basename.
22 files changed:
src/core/execute.c
src/core/load-fragment.c
src/core/manager.c
src/core/service.c
src/core/unit.c
src/delta/delta.c
src/journal/journalctl.c
src/locale/localectl.c
src/login/logind-inhibit.c
src/login/logind-seat.c
src/login/logind-session.c
src/nspawn/nspawn.c
src/shared/cgroup-show.c
src/shared/conf-files.c
src/shared/install.c
src/shared/path-util.c
src/shared/path-util.h
src/shared/util.c
src/shared/utmp-wtmp.c
src/systemctl/systemctl.c
src/test/test-install.c
src/test/test-path-util.c