Browse Source

Correct typo

Peter S. Mazinger 18 years ago
parent
commit
9d341d2232
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/unistd/getpass.c

+ 1 - 1
libc/unistd/getpass.c

@@ -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)