Date: Sat, 27 Feb 2021 01:00:30 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 253870] devel/libgtop: fails to build on head after commit 2bfd8992c7c7 Message-ID: <bug-253870-6497-goTeQkT4eV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253870-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-253870-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253870 --- Comment #4 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- (In reply to Guido Falsi from comment #3) Personally, whichever fix is OK. Indeed, I first thought of your fix. But reading bug 253839, I switched to use stdbool.h. Just FYI, I switched my thought because... *sys/types.h introduces much more things, possibly conflict future update. *I feel FreeBSD project is going to decrease name space pollution. *stdbool.h is NOT a kernel header, while headers in sys directory are kernel headers. See HIER (7). Unfortunately, kernel INTERNAL headers and (if any or not) kernel EXPOSED headers are mixed up. Considering what Konstantin said in bug 253839 stricter, in userspace apps, including <sys/*> would better avoided whenever possible. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253870-6497-goTeQkT4eV>