Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 863963 Details for
Bug 903876
app-cdr/cdrtools-3.02_alpha09-r4 fails to compile (Clang 16/GCC 14)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0002-Fix-missing-include-for-mlockall.patch
0002-Fix-missing-include-for-mlockall.patch (text/plain), 627 bytes, created by
David Carlos Manuelda
on 2023-06-16 11:03:23 UTC
(
hide
)
Description:
0002-Fix-missing-include-for-mlockall.patch
Filename:
MIME Type:
Creator:
David Carlos Manuelda
Created:
2023-06-16 11:03:23 UTC
Size:
627 bytes
patch
obsolete
>From ab4a65b9ee5f73c0d178a71d30bec937db7acf15 Mon Sep 17 00:00:00 2001 >From: "David C. Manuelda" <StormByte@gmail.com> >Date: Fri, 16 Jun 2023 12:54:10 +0200 >Subject: [PATCH 2/2] Fix missing include for mlockall > >--- > cdrecord/cdrecord.c | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/cdrecord/cdrecord.c b/cdrecord/cdrecord.c >index 6b098c0..93cd30f 100644 >--- a/cdrecord/cdrecord.c >+++ b/cdrecord/cdrecord.c >@@ -61,6 +61,10 @@ static UConst char sccsid[] = > #include <vms_init.h> > #endif > >+#if defined(HAVE_MLOCKALL) >+#include <sys/mman.h> >+#endif >+ > #include "version.h" > > char cdr_version[] = VERSION; >-- >2.41.0 >
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 903876
:
859555
|
859560
|
863961
|
863962
|
863963
|
863966
|
863967
|
878671