diff options
author | Cristian Rodríguez <crrodriguez@opensuse.org> | 2015-01-11 14:50:15 -0300 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-13 18:27:49 -0500 |
commit | d538bfc71331d2e48363283decd77a61599021db (patch) | |
tree | 7bbed23d3d4b11bd33c91f9518c655ffe854f184 /src | |
parent | f0c4b1c3fd827b429ba36aa45fd39e0a023cbf2c (diff) |
machinectl: use GNU basename, not the XPG version
Diffstat (limited to 'src')
-rw-r--r-- | src/machine/machinectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 749170ede9..980fba12a4 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -32,7 +32,7 @@ #include <net/if.h> #include <sys/mount.h> #include <libgen.h> - +#undef basename #include "sd-bus.h" #include "log.h" #include "util.h" |