svn commit: r359954 - head/sys/sys

Kyle Evans kevans at FreeBSD.org
Wed Apr 15 04:03:47 UTC 2020


Author: kevans
Date: Wed Apr 15 04:03:46 2020
New Revision: 359954
URL: https://svnweb.freebsd.org/changeset/base/359954

Log:
  sys/types.h: adjust #endif comment to match reality
  
  Submitted by:	sigsys gmail com

Modified:
  head/sys/sys/types.h

Modified: head/sys/sys/types.h
==============================================================================
--- head/sys/sys/types.h	Wed Apr 15 03:59:26 2020	(r359953)
+++ head/sys/sys/types.h	Wed Apr 15 04:03:46 2020	(r359954)
@@ -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,


More information about the svn-src-head mailing list