Changeset 3911 in MondoRescue for branches/3.3/mindi-busybox/util-linux
- Timestamp:
- May 8, 2025, 6:38:09 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mindi-busybox/util-linux/rdate.c
r3910 r3911 71 71 struct timespec ts; 72 72 ts.tv_sec = remote_time; 73 ts.tv_nsec = 0;73 s ts.tv_nsec = 0; 74 74 if (clock_settime(CLOCK_REALTIME, &ts) < 0) 75 75 bb_perror_msg_and_die("can't set time of day"); 76 76 } 77 }78 77 79 78 if (flags != 1) /* not lone -s */
Note:
See TracChangeset
for help on using the changeset viewer.