chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Tue, 25 Jul 2017 07:46:51 +0000 (09:46 +0200)
We already provide a definition through the configuration system, this
one is duplicate.

src/basic/def.h

index 4bd466cac30a2f1ee3210be80eb918d1b68a4a95..cce32da1eb54bd75f127bbb2aaf51856c33b109e 100644 (file)
                 .un.sun_path = "\0/org/freedesktop/plymouthd",  \
         }
 
                 .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
 
 #define NOTIFY_FD_MAX 768
 #define NOTIFY_BUFFER_MAX PIPE_BUF