From: Zbigniew Jędrzejewski-Szmek Date: Thu, 6 Apr 2017 04:12:40 +0000 (-0400) Subject: basic/def.h: drop TTY_GID definition X-Git-Tag: v234~306^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8bde603fd992eed6aa94cf1e4859dfdce8f8f68;p=thirdparty%2Fsystemd.git basic/def.h: drop TTY_GID definition We already provide a definition through the configuration system, this one is duplicate. --- diff --git a/src/basic/def.h b/src/basic/def.h index 200ea973c19..b1a3bc190bd 100644 --- a/src/basic/def.h +++ b/src/basic/def.h @@ -67,10 +67,6 @@ .un.sun_path = "\0/org/freedesktop/plymouthd", \ } -#ifndef TTY_GID -#define TTY_GID 5 -#endif - #define NOTIFY_FD_MAX 768 #define NOTIFY_BUFFER_MAX PIPE_BUF