From 269263a5f78340b5164e280582b582f7c1e239c4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 14 Oct 2006 10:38:54 +0000 Subject: * src/pinky.c (S_IWGRP): Don't define. Instead, include "stat-macros.h". --- src/pinky.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/pinky.c b/src/pinky.c index ab52705e4..25feef35e 100644 --- a/src/pinky.c +++ b/src/pinky.c @@ -30,6 +30,7 @@ #include "hard-locale.h" #include "inttostr.h" #include "readutmp.h" +#include "stat-macros.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pinky" @@ -40,10 +41,6 @@ # define MAXHOSTNAMELEN 64 #endif -#ifndef S_IWGRP -# define S_IWGRP 020 -#endif - char *ttyname (); /* The name this program was run with. */ -- cgit v1.2.3-54-g00ecf