Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2020 22:27:47 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r360400 - in stable: 11/sys/sys 12/sys/sys
Message-ID:  <202004272227.03RMRlUF025579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/12/sys/sys/types.h
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/sys/sys/types.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/sys/sys/types.h
==============================================================================
--- stable/12/sys/sys/types.h	Mon Apr 27 22:27:35 2020	(r360399)
+++ stable/12/sys/sys/types.h	Mon Apr 27 22:27:46 2020	(r360400)
@@ -302,7 +302,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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004272227.03RMRlUF025579>