ports/deskutils/xdg-desktop-portal/files/patch-document-portal_document-portal-fuse.c
Gleb Popov 4b645b032a deskutils/xdg-desktop-portal: Fix build with LLVM 16 on 32 bit arches.
Reported by:	pkg-fallout

(cherry picked from commit 1bb776743b)
2023-06-30 18:59:48 +03:00

11 lines
387 B
C

--- 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);