X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fnotify%2Fnotify.c;h=1e9766f86213fce91f3ae12e1ddeb6c676d68d26;hb=ea8f194f4b402774aafb9bc3c3ea1c0f288f12a7;hp=ffc8dfeb9b79d71b8a36872080229494cf5eaf45;hpb=dce818b390a857a11f7dd634684500675cf79833;p=elogind.git diff --git a/src/notify/notify.c b/src/notify/notify.c index ffc8dfeb9..1e9766f86 100644 --- a/src/notify/notify.c +++ b/src/notify/notify.c @@ -34,6 +34,7 @@ #include "log.h" #include "sd-readahead.h" #include "build.h" +#include "env-util.h" static bool arg_ready = false; static pid_t arg_pid = 0; @@ -94,7 +95,6 @@ static int parse_argv(int argc, char *argv[]) { case ARG_VERSION: puts(PACKAGE_STRING); - puts(DISTRIBUTION); puts(SYSTEMD_FEATURES); return 0;