svn commit: r360400 - in stable: 11/sys/sys 12/sys/sys
Kyle Evans
kevans at FreeBSD.org
Mon Apr 27 22:27:47 UTC 2020
Author: kevans
Date: Mon Apr 27 22:27:46 2020
New Revision: 360400
URL: https://svnweb.freebsd.org/changeset/base/360400
Log:
MFC r359954: sys/types.h: adjust #endif comment to match reality
Modified:
stable/11/sys/sys/types.h
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/12/sys/sys/types.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/11/sys/sys/types.h
==============================================================================
--- stable/11/sys/sys/types.h Mon Apr 27 22:27:35 2020 (r360399)
+++ stable/11/sys/sys/types.h Mon Apr 27 22:27:46 2020 (r360400)
@@ -291,7 +291,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,
More information about the svn-src-stable
mailing list