Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111113 Details for
Bug 168210
app-emacs/vm-7.19-r1: QA Notice about poor programming practices
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed bugfix: vm-7.19-gcc4.patch
vm-7.19-gcc4.patch (text/plain), 1.17 KB, created by
Ulrich Müller
on 2007-02-24 08:40:03 UTC
(
hide
)
Description:
Proposed bugfix: vm-7.19-gcc4.patch
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2007-02-24 08:40:03 UTC
Size:
1.17 KB
patch
obsolete
>diff -ur vm-7.19.orig/base64-decode.c vm-7.19/base64-decode.c >--- vm-7.19.orig/base64-decode.c 1997-09-18 05:06:05.000000000 +0200 >+++ vm-7.19/base64-decode.c 2007-02-24 08:57:57.000000000 +0100 >@@ -3,6 +3,7 @@ > /* BASE64 on stdin -> converted data on stdout */ > > #include <stdio.h> >+#include <stdlib.h> > > #ifdef _WIN32 > #ifndef WIN32 >diff -ur vm-7.19.orig/base64-encode.c vm-7.19/base64-encode.c >--- vm-7.19.orig/base64-encode.c 1997-09-18 05:06:05.000000000 +0200 >+++ vm-7.19/base64-encode.c 2007-02-24 08:57:54.000000000 +0100 >@@ -7,6 +7,7 @@ > */ > > #include <stdio.h> >+#include <stdlib.h> > > #ifdef _WIN32 > #ifndef WIN32 >diff -ur vm-7.19.orig/qp-decode.c vm-7.19/qp-decode.c >--- vm-7.19.orig/qp-decode.c 2000-03-05 21:59:04.000000000 +0100 >+++ vm-7.19/qp-decode.c 2007-02-24 08:57:46.000000000 +0100 >@@ -4,6 +4,7 @@ > > #include <stdio.h> > #include <string.h> >+#include <stdlib.h> > > #ifdef _WIN32 > #ifndef WIN32 >diff -ur vm-7.19.orig/qp-encode.c vm-7.19/qp-encode.c >--- vm-7.19.orig/qp-encode.c 2000-11-30 22:19:52.000000000 +0100 >+++ vm-7.19/qp-encode.c 2007-02-24 08:57:35.000000000 +0100 >@@ -7,6 +7,7 @@ > */ > > #include <stdio.h> >+#include <stdlib.h> > > #ifdef _WIN32 > #ifndef WIN32
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 168210
: 111113