FreeBSD Bugzilla – Attachment 136868 Details for
Bug 182211
[maintainer update] security/yapet: patch fixing build error on 10.0-CURRENT (2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
yapet.diff
yapet.diff (text/plain), 1.92 KB, created by
Rafael Ostertag
on 2013-09-18 19:40:00 UTC
(
hide
)
Description:
yapet.diff
Filename:
MIME Type:
Creator:
Rafael Ostertag
Created:
2013-09-18 19:40:00 UTC
Size:
1.92 KB
patch
obsolete
>Index: files/patch-ui-basewindow.cc >=================================================================== >--- files/patch-ui-basewindow.cc (revision 0) >+++ files/patch-ui-basewindow.cc (working copy) >@@ -0,0 +1,13 @@ >+--- ui/basewindow.cc.orig 2013-09-17 22:04:34.000000000 +0200 >++++ ui/basewindow.cc 2013-09-17 22:05:18.000000000 +0200 >+@@ -33,6 +33,10 @@ >+ # include <stdio.h> >+ #endif >+ >++#ifdef HAVE_STDLIB_H >++# include <stdlib.h> >++#endif >++ >+ #ifdef HAVE_ALGORITHM >+ # include <algorithm> >+ #endif > >Property changes on: files/patch-ui-basewindow.cc >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Index: files/patch-ui-secstring.h >=================================================================== >--- files/patch-ui-secstring.h (revision 0) >+++ files/patch-ui-secstring.h (working copy) >@@ -0,0 +1,11 @@ >+--- ui/secstring.h.orig 2013-09-18 19:44:08.000000000 +0200 >++++ ui/secstring.h 2013-09-18 19:44:30.000000000 +0200 >+@@ -61,7 +61,7 @@ >+ public: >+ void deallocate (typename std::allocator<T>::pointer p, >+ typename std::allocator<T>::size_type n) { >+- memset (p, '0', n*sizeof (std::allocator<T>::value_type) ); >++ memset (p, '0', n*sizeof (typename std::allocator<T>::value_type) ); >+ std::allocator<T>::deallocate (p, n); >+ } >+ > >Property changes on: files/patch-ui-secstring.h >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 182211
: 136868