From ca6129af1908fbb13353837c0d464eb87077d22d Mon Sep 17 00:00:00 2001 From: Kyle Evans 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 74750098fc8..4dea28c7eae 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,