deskutils/xdg-desktop-portal: Fix build with LLVM 16 on 32 bit arches.

Reported by:	pkg-fallout

(cherry picked from commit 1bb776743b)
This commit is contained in:
Gleb Popov 2023-06-30 18:58:25 +03:00
parent 3cf9f7664d
commit 4b645b032a

View file

@ -0,0 +1,11 @@
--- document-portal/document-portal-fuse.c.orig 2022-12-12 22:43:34 UTC
+++ document-portal/document-portal-fuse.c
@@ -2065,7 +2065,7 @@ xdp_fuse_forget (fuse_req_t req,
static void
xdp_fuse_forget (fuse_req_t req,
fuse_ino_t ino,
- unsigned long nlookup)
+ uint64_t nlookup)
{
forget_one (ino, nlookup);
fuse_reply_none (req);