From: Cristian Rodríguez Date: Sun, 11 Jan 2015 17:50:15 +0000 (-0300) Subject: machinectl: use GNU basename, not the XPG version X-Git-Tag: v219~516 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d538bfc71331d2e48363283decd77a61599021db;p=elogind.git machinectl: use GNU basename, not the XPG version --- diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 749170ede..980fba12a 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -32,7 +32,7 @@ #include #include #include - +#undef basename #include "sd-bus.h" #include "log.h" #include "util.h"