Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 690975 Details for
Bug 713390
sys-fs/quota-4.06 : quota.h: fatal error: sys/cdefs.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix this compilation error
musl.patch (text/plain), 467 bytes, created by
Katalin Rebhan
on 2021-03-12 10:53:39 UTC
(
hide
)
Description:
Patch to fix this compilation error
Filename:
MIME Type:
Creator:
Katalin Rebhan
Created:
2021-03-12 10:53:39 UTC
Size:
467 bytes
patch
obsolete
>--- a/quota.h 2020-11-26 19:18:16.485000000 +0100 >+++ b/quota.h 2020-11-26 19:19:07.413000000 +0100 >@@ -1,10 +1,11 @@ > #ifndef GUARD_QUOTA_H > #define GUARD_QUOTA_H > >-#include <sys/cdefs.h> > #include <sys/types.h> > #include <stdint.h> > >+#define __P(x) x >+ > typedef u_int32_t qid_t; /* Type in which we store ids in memory */ > typedef int64_t qsize_t; /* Type in which we store size limitations */ > #define QSIZE_MAX INT64_MAX /* Maximum value storable in qsize_t */
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 713390
:
622248
|
622250
|
622252
|
622254
|
622256
|
622258
|
622260
| 690975