Changeset 454 for trunk/server/source3/lib/select.c
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/lib/select.c
r414 r454 63 63 64 64 if (initialised != sys_getpid()) { 65 #ifndef __OS2__ 65 66 if (pipe(select_pipe) == -1) 67 #else 68 if (socketpair(AF_UNIX, SOCK_STREAM,0, select_pipe) == -1) 69 #endif 66 70 { 67 71 DEBUG(0, ("sys_select: pipe failed (%s)\n",
Note:
See TracChangeset
for help on using the changeset viewer.