Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192850 Details for
Bug 271649
net-ftp/vsftpd-2.1.1 errno compile fix patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Compile fix in sysdeputil.c of vsftpd-2.1.1 due to missing include.
vsftpd-2.1.1-sysdeputil-include-errno.patch (text/plain), 311 bytes, created by
Sebastian Schuberth
on 2009-05-29 10:40:09 UTC
(
hide
)
Description:
Compile fix in sysdeputil.c of vsftpd-2.1.1 due to missing include.
Filename:
MIME Type:
Creator:
Sebastian Schuberth
Created:
2009-05-29 10:40:09 UTC
Size:
311 bytes
patch
obsolete
>--- vsftpd-2.1.1.orig/sysdeputil.c 2009-05-27 07:48:24.000000000 +0200 >+++ vsftpd-2.1.1/sysdeputil.c 2009-05-29 12:30:01.000000000 +0200 >@@ -37,6 +37,7 @@ > > #include <sys/prctl.h> > #include <signal.h> >+#include <errno.h> > > /* Configuration.. here are the possibilities */ > #undef VSF_SYSDEP_HAVE_CAPABILITIES
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 271649
: 192850 |
192912