Changeset 23545
- Timestamp:
- 03/10/08 19:55:06 (9 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchd_runtime.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_runtime.c
r23542 r23545 925 925 do_mach_notify_send_once(mach_port_t notify __attribute__((unused))) 926 926 { 927 /* This message is sent to us every time we close a port that we have928 * outstanding Mach notification requests on. We can safely ignore this929 * message.927 /* 928 * This message is sent for each send-once right that is deallocated 929 * without being used. 930 930 */ 931 931

