Changeset 3910 in MondoRescue for branches/3.3/mindi-busybox/coreutils
- Timestamp:
- May 8, 2025, 5:24:25 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mindi-busybox/coreutils/date.c
r3770 r3910 299 299 300 300 /* if setting time, set it */ 301 if ((opt & OPT_SET) && stime(&ts.tv_sec) < 0) {301 if ((opt & OPT_SET) && clock_settime(CLOCK_REALTIME, &ts) < 0) { 302 302 bb_perror_msg("can't set date"); 303 303 }
Note:
See TracChangeset
for help on using the changeset viewer.