From f8bde603fd992eed6aa94cf1e4859dfdce8f8f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 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