aboutsummaryrefslogtreecommitdiffstats
path: root/src/compat.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-04-20 15:50:23 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-04-20 16:01:55 -0600
commit0cf31116d73ab5fee76d71671de31c11261b3921 (patch)
treec4f556e26621e0f0f139c1331a5708ba7547bc71 /src/compat.h
parentglobal: use ck for loads/stores, rather than macro maze (diff)
downloadwireguard-freebsd-0cf31116d73ab5fee76d71671de31c11261b3921.tar.xz
wireguard-freebsd-0cf31116d73ab5fee76d71671de31c11261b3921.zip
global: cleanup openbsd lock defines
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compat.h b/src/compat.h
index 66798f9..d173eb2 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -2,8 +2,8 @@
*
* Copyright (C) 2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*
- * compat.h contains functions that are backported from FreeBSD's main branch. It is different from
- * support.h, which is for things that aren't _yet_ upstream or from OpenBSD.
+ * compat.h contains code that is backported from FreeBSD's main branch.
+ * It is different from support.h, which is for code that is not _yet_ upstream.
*/
#include <sys/param.h>