[Bug 246189] graphics/wayland: fix wl_client_get_credentials

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 5 05:27:28 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246189

--- Comment #3 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 214128
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=214128
libwayland-creds.patch v2

> +#if __FreeBSD_version >= 1300030

Can be simplified to defined(__FreeBSD__) && __FreeBSD__ >= 13 to drop
<sys/param.h>.

Checking __FreeBSD_version is only useful on /stable branches. On -CURRENT only
the tip is supported. Some folks try to smooth the ride for week/months old
snapshots but... base r348419 is almost 1 year old. Curiously, that commit was
also tagged for MFC which didn't happen.

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


More information about the freebsd-x11 mailing list