diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-06 00:12:40 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-19 19:27:01 -0400 |
commit | f8bde603fd992eed6aa94cf1e4859dfdce8f8f68 (patch) | |
tree | 151c9a1b91b3a54c402b34341370bdcc2f44f6bb /src/basic | |
parent | 948a3241ded51c47e32b5b5e91173c2dd8010929 (diff) |
basic/def.h: drop TTY_GID definition
We already provide a definition through the configuration system, this
one is duplicate.
Diffstat (limited to 'src/basic')
-rw-r--r-- | src/basic/def.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/basic/def.h b/src/basic/def.h index 200ea973c1..b1a3bc190b 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 |