Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2020 05:27:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 246189] graphics/wayland: fix wl_client_get_credentials
Message-ID:  <bug-246189-7141-Ff7FtebnsE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246189-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246189-7141@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=3D246189

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

> +#if __FreeBSD_version >=3D 1300030

Can be simplified to defined(__FreeBSD__) && __FreeBSD__ >=3D 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.

--=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-246189-7141-Ff7FtebnsE>