Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 02:37:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 214338] [PATCH] devel/glib20: new kqueue() backend for file monitoring
Message-ID:  <bug-214338-6497-pLKWsmsV7E@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214338-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214338-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=3D214338

--- Comment #48 from rozhuk.im@gmail.com ---
(In reply to lightside from comment #45)

Thanks for pointing to mstosbt().
I got this issue and fix it, but forget update patch there.

To avoid playing with __FreeBSD_version I make always defined macro:
#define MSTOSBT(__ms)           ((sbintime_t)((((int64_t)(__ms)) *
(int64_t)(((uint64_t)1 << 63) / 500) >> 32)))

Your way to fix `make check-plist` is a bit hacky to me :)
In last patch I put patched/regenerated Makefile.in and now no need to do a=
ny
patch or autoreconf operations.

"Alternative" vs "Alternate" - I do not care, feel will set any other.

--=20
You are receiving this mail because:
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-214338-6497-pLKWsmsV7E>