[ros-diffs] [mtempel] 12849: Update to remove some lines of code
that broke the build.
mtempel at svn.reactos.com
mtempel at svn.reactos.com
Thu Jan 6 06:10:14 CET 2005
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;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050106/f17f3bcb/attachment.html
More information about the Ros-diffs
mailing list