Ignore:
Timestamp:
Jun 4, 2010, 3:11:43 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: merged changes from 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/lib/select.c

    r414 r454  
    6363
    6464        if (initialised != sys_getpid()) {
     65#ifndef __OS2__
    6566                if (pipe(select_pipe) == -1)
     67#else
     68                if (socketpair(AF_UNIX, SOCK_STREAM,0, select_pipe) == -1)
     69#endif
    6670                {
    6771                        DEBUG(0, ("sys_select: pipe failed (%s)\n",
Note: See TracChangeset for help on using the changeset viewer.