]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Indent cpp directives.
authorJim Meyering <jim@meyering.net>
Sat, 18 Nov 1995 06:17:07 +0000 (06:17 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Nov 1995 06:17:07 +0000 (06:17 +0000)
login-utils/su.c

index 4b717f0a2401be3d0a9a5cfdffb7b0a6b7c2dbc0..ea4f1bfdcd7cb44ffbf5290620ff65c3d01ae431 100644 (file)
@@ -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