Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: stefan <stefan@lk...> - 2001-01-21 17:15:12
|
On Sun, 21 Jan 2001, Rob Foehl wrote: > aim_conn.c:344: warning: implicit declaration of function `fcntl' > aim_conn.c:344: `F_SETFL' undeclared (first use in this function) > aim_conn.c:344: (Each undeclared identifier is reported only once > aim_conn.c:344: for each function it appears in.) > aim_conn.c:344: `O_NONBLOCK' undeclared (first use in this function) > > This code is actually part of libfaim.. I know the E* errors can be fixed > by defining those constants to the appropriate WSAE* constants.. but how > do I get around the fcntl stuff? Basically it's doing a SETFL to make the > socket nonblocking.. ioctlsocket () is your friend. stefan@... |