1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-09 12:58:26 +03:00

basic/def.h: drop TTY_GID definition

We already provide a definition through the configuration system, this
one is duplicate.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-04-06 00:12:40 -04:00
parent 948a3241de
commit f8bde603fd

View File

@ -67,10 +67,6 @@
.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_FD_MAX 768
#define NOTIFY_BUFFER_MAX PIPE_BUF #define NOTIFY_BUFFER_MAX PIPE_BUF