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,
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to