mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
3cf9f7664d
commit
4b645b032a
1 changed files 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);
|
Loading…
Add table
Reference in a new issue