chiark / gitweb /
machinectl: use GNU basename, not the XPG version
authorCristian Rodríguez <crrodriguez@opensuse.org>
Sun, 11 Jan 2015 17:50:15 +0000 (14:50 -0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 13 Jan 2015 23:27:49 +0000 (18:27 -0500)
src/machine/machinectl.c

index 749170ede968ad99cec654b756f5a335188f96f6..980fba12a444114f92a9b9a4937b37ed975ffdde 100644 (file)
@@ -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"