]> granicus.if.org Git - sudo/commitdiff
fixed typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Jul 1996 01:30:03 +0000 (01:30 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Jul 1996 01:30:03 +0000 (01:30 +0000)
getspwuid.c

index a081c9948269105a21e6b56702cf655f0fc957b9..d84af1a656fd941bf2c6abc99c0f6e4187aa09fe 100644 (file)
@@ -57,7 +57,7 @@ static char rcsid[] = "$Id$";
 #    include <shadow.h>
 #  endif /* SVR4 */
 #  if (SHADOW_TYPE == SPW_SECUREWARE)
-#    ifndef __hpux
+#    ifdef __hpux
 #      include <hpsecurity.h>
 #    else
 #      include <sys/security.h>