OSDN Git Service

Correct typo
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 23 Mar 2006 19:43:20 +0000 (19:43 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 23 Mar 2006 19:43:20 +0000 (19:43 -0000)
libc/unistd/getpass.c

index fbf82d1..edc01b0 100644 (file)
@@ -22,7 +22,7 @@
 #include <unistd.h>
 #include <string.h>
 
-#if defined __USE_BSD && (defined __USE_XOPEN && !defined __USE_XOPEN2K)
+#if defined __USE_BSD || (defined __USE_XOPEN && !defined __USE_XOPEN2K)
 
 libc_hidden_proto(strlen)
 libc_hidden_proto(tcsetattr)