mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Update to remove some lines of code that broke the build.
svn path=/trunk/; revision=12849
This commit is contained in:
parent
f8b923d236
commit
5ccc6ee89d
1 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ char *hookup(char *host, int port)
|
|||
perror("ftp: setsockopt");
|
||||
}
|
||||
}
|
||||
#endif SO_OOBINLINE
|
||||
#endif //SO_OOBINLINE
|
||||
|
||||
return (hostname);
|
||||
bad:
|
||||
|
@ -1428,7 +1428,7 @@ void proxtrans(cmd, local, remote)
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue