[Bug 272289] devel/valgrind: build fail

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 30 Jun 2023 06:39:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272289

--- Comment #4 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
/* FREEBSD_VERS value for FreeBSD 10.x */
#define FREEBSD_10 1000

/* FREEBSD_VERS value for FreeBSD 11.x */
#define FREEBSD_11 1100

/* FREEBSD_VERS value for FreeBSD 12.0 to 12.1 */
#define FREEBSD_12 1200

/* FREEBSD_VERS value for FreeBSD 12.2 */
#define FREEBSD_12_2 1220

/* FREEBSD_VERS value for FreeBSD 13.0 */
#define FREEBSD_13_0 1300

/* FREEBSD_VERS value for FreeBSD 13.1 */
#define FREEBSD_13_1 1310

/* FREEBSD_VERS value for FreeBSD 13.2 */
#define FREEBSD_13_2 1320

/* FREEBSD_VERS value for FreeBSD 14.x */
#define FREEBSD_14 1400

/* Define to 1 if you're using FreeBSD */
#define FREEBSD_LIBC 1

-- 
You are receiving this mail because:
You are the assignee for the bug.