From 25aebae77d29f2984078606f0789a6db36218ea9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 28 Aug 2006 23:29:38 +0000 Subject: * src/copy.c (copy_internal): Don't test whether macros like S_ISLNK are defined, since they're always defined now. * src/cp.c (main): Likewise. * src/ln.c (main): Likewise. * src/ls.c (get_link_name, make_link_name): Likewise. * src/mkfifo.c (usage): Likewise. * src/who.c (S_IWGRP): Likewise. --- src/who.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/who.c') diff --git a/src/who.c b/src/who.c index f144bbc6b..82921b0f5 100644 --- a/src/who.c +++ b/src/who.c @@ -1,5 +1,5 @@ /* GNU's who. - Copyright (C) 1992-2005 Free Software Foundation, Inc. + Copyright (C) 1992-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,10 +48,6 @@ # define MAXHOSTNAMELEN 64 #endif -#ifndef S_IWGRP -# define S_IWGRP 020 -#endif - #ifdef RUN_LVL # define UT_TYPE_RUN_LVL(U) UT_TYPE_EQ (U, RUN_LVL) #else -- cgit v1.2.3-54-g00ecf