From a9264723b0e28b09715789e2e6ee191c0b723c6c Mon Sep 17 00:00:00 2001 From: kevans Date: Wed, 15 Apr 2020 04:03:46 +0000 Subject: [PATCH] sys/types.h: adjust #endif comment to match reality Submitted by: sigsys gmail com --- sys/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/types.h b/sys/sys/types.h index 74750098fc8f..4dea28c7eae3 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -304,7 +304,7 @@ typedef _Bool bool; #define offsetof(type, field) __offsetof(type, field) -#endif /* !_KERNEL */ +#endif /* _KERNEL */ /* * The following are all things that really shouldn't exist in this header,