Ignore:
Timestamp:
2005-12-17T01:25:58Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
e3fb678
Parents:
4146a07 (diff), 32c632f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/conn.c

    r4146a07 r643dfc4  
    627627        }
    628628
    629 #ifndef _WIN32
    630         fcntl(conn->fd, F_SETFL, 0); /* XXX should restore original flags */
    631 #endif
     629        sock_make_blocking(conn->fd);
    632630
    633631        conn->status &= ~AIM_CONN_STATUS_INPROGRESS;
Note: See TracChangeset for help on using the changeset viewer.