From e530cad1a41fde36c809764297f35cfd59134b40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 6 Apr 2017 00:12:40 -0400 Subject: [PATCH] basic/def.h: drop TTY_GID definition We already provide a definition through the configuration system, this one is duplicate. --- src/basic/def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/basic/def.h b/src/basic/def.h index 4bd466cac..cce32da1e 100644 --- a/src/basic/def.h +++ b/src/basic/def.h @@ -79,10 +79,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 -- 2.30.2