Skip to content

Commit

Permalink
deskutils/xdg-desktop-portal: Fix build with LLVM 16 on 32 bit arches.
Browse files Browse the repository at this point in the history
Reported by:	pkg-fallout
  • Loading branch information
arrowd committed Jun 30, 2023
1 parent 4cc1e57 commit 1bb7767
Showing 1 changed file with 11 additions and 0 deletions.
@@ -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);

0 comments on commit 1bb7767

Please sign in to comment.