summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2022-02-04 16:47:44 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2022-02-04 16:47:44 -0500
commit84fc2859234a86a335f91e1757c29e83c3af1d65 (patch)
treed1883fe5c8b8d85196b243cc573b3f0938aa5a6d
parent806c05f49de7d9f5a29aa4527c84f8ae19b9dd57 (diff)
downloadlibfaketime-84fc2859234a86a335f91e1757c29e83c3af1d65.tar.gz
stackoverflow uses https
-rw-r--r--src/libfaketime.c2
1 files changed, 1 insertions, 1 deletions
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);