]> granicus.if.org Git - curl/commitdiff
ups - c&p error.
authorGunter Knauf <gk@gknw.de>
Sat, 14 Apr 2007 16:45:43 +0000 (16:45 +0000)
committerGunter Knauf <gk@gknw.de>
Sat, 14 Apr 2007 16:45:43 +0000 (16:45 +0000)
src/getpass.c

index 0fb575ea7af8dbf79c415d4221d00a84f855df30..c6d6519b6abd1bfc3689f43f126b75919da73024 100644 (file)
@@ -132,7 +132,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen)
   return(getpassword(prompt, buffer, buflen));
 }
 #define DONE
-#endif /* WIN32 */
+#endif /* NETWARE */
 
 #ifndef DONE /* not previously provided */