mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sys/types.h: adjust #endif comment to match reality
Submitted by: sigsys gmail com
This commit is contained in:
parent
142ffb8bdc
commit
ca6129af19
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue