Bugzilla – Attachment 108 Details for
Bug 268
ssh-keysign build failure on AIX with gcc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Conditionally define __progname in ssh-keysign.c
openssh-keysign.patch (text/plain), 529 bytes, created by
Darren Tucker
on 2002-06-07 17:34:52 AEST
(
hide
)
Description:
Conditionally define __progname in ssh-keysign.c
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2002-06-07 17:34:52 AEST
Size:
529 bytes
patch
obsolete
>Index: ssh-keysign.c >=================================================================== >RCS file: /cvs/openssh/ssh-keysign.c,v >retrieving revision 1.2 >diff -u -r1.2 ssh-keysign.c >--- ssh-keysign.c 7 Jun 2002 03:11:38 -0000 1.2 >+++ ssh-keysign.c 7 Jun 2002 07:31:41 -0000 >@@ -38,6 +38,12 @@ > #include "canohost.h" > #include "pathnames.h" > >+#ifdef HAVE___PROGNAME >+extern char *__progname; >+#else >+char *__progname; >+#endif >+ > static int > valid_request(struct passwd *pw, char *host, Key **ret, u_char *data, > u_int datalen)
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 268
: 108