Changeset 658 for trunk/server/source3/lib/select.c
- Timestamp:
- Nov 9, 2011, 3:53:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/lib/select.c
r656 r658 66 66 67 67 if (initialised != sys_getpid()) { 68 #ifndef __OS2__69 68 if (pipe(select_pipe) == -1) 70 #else71 if (socketpair(AF_UNIX, SOCK_STREAM,0, select_pipe) == -1)72 #endif73 69 { 74 70 DEBUG(0, ("sys_select: pipe failed (%s)\n",
Note:
See TracChangeset
for help on using the changeset viewer.