sys/types.h: adjust #endif comment to match reality

Submitted by:	sigsys gmail com
This commit is contained in:
Kyle Evans 2020-04-15 04:03:46 +00:00
parent 142ffb8bdc
commit ca6129af19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359954

View File

@ -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,