summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 16:37:26 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 16:37:26 +0200
commit5e123f9fef3cf665a2b81a8200e34e6de1a54454 (patch)
treecbf488f5d45d2a8fbf27c1432ac721d00edb9c0a /src
parentc21446eca097f3237610d4d3db9a5e7669fdd98a (diff)
Remove TTY_GID checks
Diffstat (limited to 'src')
-rw-r--r--src/shared/def.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/def.h b/src/shared/def.h
index a3d9fcf38..a6046b4d3 100644
--- a/src/shared/def.h
+++ b/src/shared/def.h
@@ -78,9 +78,5 @@
.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