* citadel.c: Added a missing #ifdef __CYGWIN__
authorMichael Hampton <io_error@uncensored.citadel.org>
Wed, 4 Jun 2003 21:46:13 +0000 (21:46 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Wed, 4 Jun 2003 21:46:13 +0000 (21:46 +0000)
citadel/ChangeLog
citadel/citadel.c

index 690884f78f61d6f4ec21901891b55f3f5dd7647f..062ade02c48e89ef212d74cfe87b950ddb660dd1 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 606.10  2003/06/04 21:46:13  error
+ * citadel.c: Added a missing #ifdef __CYGWIN__
+
  Revision 606.9  2003/06/04 21:39:27  error
  * Numerous fixups needed for Windows port:
    * cmd_mesg() rewritten to use the stat() syscall to find files
@@ -4754,3 +4757,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index e853420589f389e28ce20a9eaa0baf42a55c6f4f..5b374218d1a9b4a0754721fbbc81bb0d548ba63e 100644 (file)
@@ -1049,7 +1049,9 @@ int main(int argc, char **argv)
 
        screen_new();
 
+#ifdef __CYGWIN__
        newprompt("Connect to (return for local server): ", hostbuf, 64);
+#endif
 
        sln_printf("Attaching to server... \r");
        sln_flush();