]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/def.h: drop TTY_GID definition
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Apr 2017 04:12:40 +0000 (00:12 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 19 Apr 2017 23:27:01 +0000 (19:27 -0400)
We already provide a definition through the configuration system, this
one is duplicate.

src/basic/def.h

index 200ea973c19041d4dbe2b9b33beb16b6a7c583b6..b1a3bc190bd0e39cd713f7ccca6550ce7ca19114 100644 (file)
                 .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