Bugzilla – Attachment 1248 Details for
Bug 1294
includes.h should pull in string.h based on HAVE_STRING_H
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Include string.h from *.c files
openssh-string_h.patch (text/plain), 1.84 KB, created by
Darren Tucker
on 2007-03-12 10:25:21 AEDT
(
hide
)
Description:
Include string.h from *.c files
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2007-03-12 10:25:21 AEDT
Size:
1.84 KB
patch
obsolete
>? build >Index: ChangeLog >=================================================================== >RCS file: /var/cvs/openssh/ChangeLog,v >retrieving revision 1.4635.2.1 >diff -u -p -r1.4635.2.1 ChangeLog >--- ChangeLog 6 Mar 2007 10:27:55 -0000 1.4635.2.1 >+++ ChangeLog 11 Mar 2007 23:21:55 -0000 >@@ -1,3 +1,7 @@ >+20070312 >+ - (dtucker) [entropy.c scard-opensc.c ssh-rand-helper.c] Bug #1294: include >+ string.h to prevent warnings, from vapier at gentoo.org. >+ > 20070306 > - (djm) OpenBSD CVS Sync > - jmc@cvs.openbsd.org 2007/03/01 16:19:33 >Index: entropy.c >=================================================================== >RCS file: /var/cvs/openssh/entropy.c,v >retrieving revision 1.59 >diff -u -p -r1.59 entropy.c >--- entropy.c 28 Sep 2006 09:40:20 -0000 1.59 >+++ entropy.c 11 Mar 2007 23:21:55 -0000 >@@ -35,8 +35,9 @@ > # include <fcntl.h> > #endif > #include <stdarg.h> >-#include <unistd.h> >+#include <string.h> > #include <signal.h> >+#include <unistd.h> > > #include <openssl/rand.h> > #include <openssl/crypto.h> >Index: scard-opensc.c >=================================================================== >RCS file: /var/cvs/openssh/scard-opensc.c,v >retrieving revision 1.17 >diff -u -p -r1.17 scard-opensc.c >--- scard-opensc.c 1 Sep 2006 05:38:37 -0000 1.17 >+++ scard-opensc.c 11 Mar 2007 23:21:55 -0000 >@@ -32,6 +32,7 @@ > #include <openssl/x509.h> > > #include <stdarg.h> >+#include <string.h> > > #include <opensc/opensc.h> > #include <opensc/pkcs15.h> >Index: ssh-rand-helper.c >=================================================================== >RCS file: /var/cvs/openssh/ssh-rand-helper.c,v >retrieving revision 1.40 >diff -u -p -r1.40 ssh-rand-helper.c >--- ssh-rand-helper.c 2 Sep 2006 05:32:40 -0000 1.40 >+++ ssh-rand-helper.c 11 Mar 2007 23:21:55 -0000 >@@ -32,6 +32,7 @@ > > #include <stdarg.h> > #include <stddef.h> >+#include <string.h> > > #include <netinet/in.h> > #include <arpa/inet.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
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1294
:
1247
| 1248