Changeset 23384
- Timestamp:
- 09/13/07 17:33:43 (15 months ago)
- Location:
- trunk/launchd/src
- Files:
-
- 2 modified
-
launchd_core_logic.c (modified) (1 diff)
-
libvproc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd_core_logic.c
r23383 r23384 2334 2334 } 2335 2335 2336 job_assumes(j, tnow > j->start_time); 2337 2336 2338 /* 2337 2339 * Some users adjust the wall-clock and then expect software to not notice. -
trunk/launchd/src/libvproc.c
r23327 r23384 323 323 case BOOTSTRAP_NO_MEMORY: 324 324 errno = ENOMEM; break; 325 case BOOTSTRAP_NAME_IN_USE: 326 errno = EEXIST; break; 327 case 1: 328 errno = EIO; break; 325 329 default: 326 330 errno = EINVAL; break;

