Bugzilla – Attachment 2626 Details for
Bug 2402
Missing include in kex.h results in compilation error due to unknown type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
including signal.h in gss-genr.c
openssh-signal.patch (text/plain), 248 bytes, created by
Darren Tucker
on 2015-05-22 09:46:22 AEST
(
hide
)
Description:
including signal.h in gss-genr.c
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2015-05-22 09:46:22 AEST
Size:
248 bytes
patch
obsolete
>diff --git a/gss-genr.c b/gss-genr.c >index 60ac65f..d617d60 100644 >--- a/gss-genr.c >+++ b/gss-genr.c >@@ -34,6 +34,7 @@ > #include <limits.h> > #include <stdarg.h> > #include <string.h> >+#include <signal.h> > #include <unistd.h> > > #include "xmalloc.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 2402
:
2625
| 2626