Changeset 3437 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Jul 5, 2007 9:00:06 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22647
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdUnix.cpp
r2404 r3437 109 109 memcpy(lockFile + dirLen + 1, lockName, sizeof(lockName)); 110 110 111 // 111 // 112 112 // open lock file. it remains open until we shutdown. 113 113 // … … 290 290 ipcPollList[0].fd = listenFD; 291 291 ipcPollList[0].in_flags = PR_POLL_EXCEPT | PR_POLL_READ; 292 292 293 293 while (1) { 294 294 PRInt32 rv; … … 434 434 LOG(("InitDaemonDir failed\n")); 435 435 #ifdef VBOX 436 printf("Cannot create/open directo y '%s'\n", addr.local.path);436 printf("Cannot create/open directory '%s'\n", addr.local.path); 437 437 #endif 438 438 goto end; … … 487 487 // otherwise, a client might launch another daemon that would be unable 488 488 // to acquire the lock and would then leave the client without a daemon. 489 489 490 490 #ifdef VBOX 491 491 if (successLevel >= Directory)
Note:
See TracChangeset
for help on using the changeset viewer.