Date: Tue, 09 Apr 2019 15:23:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237159] deskutils/sysctlview: fix build with GCC-based architectures Message-ID: <bug-237159-7788-txBjIkUsdm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-237159-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-237159-7788@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=3D237159 --- Comment #2 from Alfonso S. Siciliano <alfix86@gmail.com> --- Later, I will investigate: ++static const char *ctl_typename[CTLTYPE+1] =3D { "node", "integer", "stri= ng", "int64_t", "opaque", "unsigned integer", "long integer", "unsigned long", "uint64_t", "int8_t", "int16_t", "int32_t", "uint32_t" }; in sys/sysctl.h CTLTYPE_NODE is 1 not 0, I'll check the index of "node" Regards, Alfonso --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237159-7788-txBjIkUsdm>