From: Jim Meyering Date: Sat, 18 Nov 1995 06:17:07 +0000 (+0000) Subject: Indent cpp directives. X-Git-Tag: v2.22-rc1~347^2~10^2~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e9dc9c5e203796e08e95a2761b01764d88a48b9;p=thirdparty%2Futil-linux.git Indent cpp directives. --- diff --git a/login-utils/su.c b/login-utils/su.c index 4b717f0a24..ea4f1bfdcd 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -109,11 +109,11 @@ uid_t getuid (); #endif /* not _POSIX_VERSION */ #ifndef HAVE_ENDGRENT -#define endgrent() +# define endgrent() ((void) 0) #endif #ifndef HAVE_ENDPWENT -#define endpwent() +# define endpwent() ((void) 0) #endif #ifdef HAVE_SHADOW_H