Mercurial > pidgin
diff src/protocols/jabber/socket.c @ 3630:9682c0e022c6
[gaim-migrate @ 3753]
Yeah this will probably break a lot of shit knowing my luck. But hey, I really don't care what people thnk.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Fri, 11 Oct 2002 03:14:01 +0000 |
| parents | 4e7cefc55971 |
| children | 988485669631 |
line wrap: on
line diff
--- a/src/protocols/jabber/socket.c Fri Oct 11 02:10:08 2002 +0000 +++ b/src/protocols/jabber/socket.c Fri Oct 11 03:14:01 2002 +0000 @@ -148,6 +148,7 @@ return NULL; } +#ifndef _WIN32 /* Sets a file descriptor to close on exec. "flag" is 1 to close on exec, 0 to * leave open across exec. * -- EJB 7/31/2000 @@ -166,4 +167,5 @@ return 0; return fcntl(fd,F_SETFL,(long)newflags); } +#endif
