X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fmachine%2Fmachinectl.c;h=3eadb5f4e7721167960f4768dcd7611330e044c6;hb=7470e161cf2e4ba7b911659da6d6221ed0d48c66;hp=e8e0c3299aa72ddc9dab915d8c42d45a70b82324;hpb=c04cec128f486c75e27171c10510867367fadf69;p=thirdparty%2Fsystemd.git diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index e8e0c3299aa..3eadb5f4e77 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -526,7 +526,7 @@ static void print_machine_status_info(sd_bus *bus, MachineStatusInfo *i) { printf("\t Leader: %u", (unsigned) i->leader); - (void) get_process_comm(i->leader, &t); + (void) pid_get_comm(i->leader, &t); if (t) printf(" (%s)", t);