Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 919012 Details for
Bug 949819
sys-fs/exfatprogs-1.2.7 doesn't build on musl/llvm: error: unknown type name 'loff_t'; did you mean 'off_t'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix compilation on musl/llvm
fix_musl_loff_t.patch (text/plain), 532 bytes, created by
Spekadyon
on 2025-02-15 20:54:53 UTC
(
hide
)
Description:
Fix compilation on musl/llvm
Filename:
MIME Type:
Creator:
Spekadyon
Created:
2025-02-15 20:54:53 UTC
Size:
532 bytes
patch
obsolete
>diff -Nur exfatprogs-1.2.7.old/fsck/fsck.c exfatprogs-1.2.7/fsck/fsck.c >--- exfatprogs-1.2.7.old/fsck/fsck.c 2025-02-03 08:46:16.562343928 +0100 >+++ exfatprogs-1.2.7/fsck/fsck.c 2025-02-15 21:50:16.500501119 +0100 >@@ -4,6 +4,8 @@ > * Copyright (C) 2020 Hyunchul Lee <hyc.lee@gmail.com> > */ > >+#define _GNU_SOURCE >+ > #include <unistd.h> > #include <stdlib.h> > #include <stdio.h> >@@ -12,6 +14,7 @@ > #include <string.h> > #include <errno.h> > #include <locale.h> >+#include <fcntl.h> > > #include "exfat_ondisk.h" > #include "libexfat.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 949819
:
919010
|
919011
| 919012