Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 907460 Details for
Bug 942467
app-crypt/gnupg-2.4.6 - [gcc-15] /.../app.c: error: implicit declaration of function write
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that fixes compile
0001-Add-unistd.h-header-if-present-fixes-musl-compile.patch (text/plain), 673 bytes, created by
David Carlos Manuelda
on 2024-10-31 10:54:10 UTC
(
hide
)
Description:
Patch that fixes compile
Filename:
MIME Type:
Creator:
David Carlos Manuelda
Created:
2024-10-31 10:54:10 UTC
Size:
673 bytes
patch
obsolete
>From e1c51a50cdeae0fb0e53261b8292090a93703548 Mon Sep 17 00:00:00 2001 >From: "David C. Manuelda" <StormByte@gmail.com> >Date: Thu, 31 Oct 2024 11:42:37 +0100 >Subject: [PATCH] Add unistd.h header if present (fixes musl compile) > >Signed-off-by: David C. Manuelda <StormByte@gmail.com> >--- > scd/app.c | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/scd/app.c b/scd/app.c >index 21230bd..50df40b 100644 >--- a/scd/app.c >+++ b/scd/app.c >@@ -23,6 +23,9 @@ > #include <stdlib.h> > #include <string.h> > #include <npth.h> >+#if HAVE_UNISTD_H >+#include <unistd.h> >+#endif > > #ifndef HAVE_W32_SYSTEM > #include <fcntl.h> /* F_SETFD F_GETFL F_SETFL O_NONBLOCK fcntl(2) */ >-- >2.47.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 942467
:
907259
|
907260
|
907261
|
907262
|
907263
|
907264
|
907265
|
907266
|
907267
| 907460