Update to remove some lines of code that broke the build. Modified: trunk/reactos/apps/utils/net/ftp/ftp.c _____
Modified: trunk/reactos/apps/utils/net/ftp/ftp.c --- trunk/reactos/apps/utils/net/ftp/ftp.c 2005-01-06 03:52:12 UTC (rev 12848) +++ trunk/reactos/apps/utils/net/ftp/ftp.c 2005-01-06 05:10:13 UTC (rev 12849) @@ -194,7 +194,7 @@
perror("ftp: setsockopt"); } } -#endif SO_OOBINLINE +#endif //SO_OOBINLINE
return (hostname); bad: @@ -1428,7 +1428,7 @@ char *cmd, *local, *remote; { // void (*oldintr)(int); - void abortpt(int); + //void abortpt(int); int tmptype, oldtype = 0, secndflag = 0, nfnd; extern jmp_buf ptabort; char *cmd2;