Changeset 3911 in MondoRescue for branches/3.3/mindi-busybox


Ignore:
Timestamp:
May 8, 2025, 6:38:09 PM (6 weeks ago)
Author:
Bruno Cornec
Message:

Debian 11 fixes patch from Christoph.Griesbeck_at_de.fkdelvotec.com adapted where necessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/util-linux/rdate.c

    r3910 r3911  
    7171            struct timespec ts;
    7272            ts.tv_sec = remote_time;
    73             ts.tv_nsec = 0;
     73        s   ts.tv_nsec = 0;
    7474            if (clock_settime(CLOCK_REALTIME, &ts) < 0)
    7575                bb_perror_msg_and_die("can't set time of day");
    7676        }
    77     }
    7877
    7978    if (flags != 1) /* not lone -s */
Note: See TracChangeset for help on using the changeset viewer.