Ignore:
Timestamp:
Nov 9, 2011, 3:53:47 PM (14 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: more high mem work

File:
1 edited

Legend:

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

    r656 r658  
    6666
    6767        if (initialised != sys_getpid()) {
    68 #ifndef __OS2__
    6968                if (pipe(select_pipe) == -1)
    70 #else
    71                 if (socketpair(AF_UNIX, SOCK_STREAM,0, select_pipe) == -1)
    72 #endif
    7369                {
    7470                        DEBUG(0, ("sys_select: pipe failed (%s)\n",
Note: See TracChangeset for help on using the changeset viewer.