From 84fc2859234a86a335f91e1757c29e83c3af1d65 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 4 Feb 2022 16:47:44 -0500 Subject: stackoverflow uses https --- src/libfaketime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libfaketime.c b/src/libfaketime.c index 4ce88ca..09dced2 100644 --- a/src/libfaketime.c +++ b/src/libfaketime.c @@ -612,7 +612,7 @@ static void get_fake_monotonic_setting(int* current_value) static void system_time_from_system (struct system_time_s * systime) { #ifdef __APPLEOSX__ - /* from http://stackoverflow.com/questions/5167269/clock-gettime-alternative-in-mac-os-x */ + /* from https://stackoverflow.com/questions/5167269/clock-gettime-alternative-in-mac-os-x */ clock_serv_t cclock; mach_timespec_t mts; host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &clock_serv_real); -- cgit v1.2.1