]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
WPA: Allow CLOCK_BOOTTIME and CLOCK_MONOTONIC to #define the same
authorWarner Losh <imp@FreeBSD.org>
Fri, 31 May 2024 14:44:55 +0000 (08:44 -0600)
committerWarner Losh <imp@FreeBSD.org>
Fri, 31 May 2024 14:44:55 +0000 (08:44 -0600)
commit676041c41ba587285bb934aa2fca290ea7208038
tree479c205403dec0fa8b3bee6a80a33acb255aa54c
parentaca928a50a42f00f344df934005b09dbcb4e2f77
WPA: Allow CLOCK_BOOTTIME and CLOCK_MONOTONIC to #define the same

Historically, these have been differnet values, and only one was defined
or they were defined as different values. Now that they are about to be
the same value, add #ifdef to cope.

Sponsored by: Netflix
Reviewed by: olce, val_packett.cool, adrian
Differential Revision: https://reviews.freebsd.org/D45418
contrib/wpa/src/utils/os_unix.c