Date: Wed, 15 Apr 2020 04:03:46 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r359954 - head/sys/sys Message-ID: <202004150403.03F43kUH083622@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004150403.03F43kUH083622>