Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 168210
Collapse All | Expand All

(-)vm-7.19.orig/base64-decode.c (+1 lines)
Lines 3-8 Link Here
3
/* BASE64 on stdin -> converted data on stdout */
3
/* BASE64 on stdin -> converted data on stdout */
4
4
5
#include <stdio.h>
5
#include <stdio.h>
6
#include <stdlib.h>
6
7
7
#ifdef _WIN32
8
#ifdef _WIN32
8
#ifndef WIN32
9
#ifndef WIN32
(-)vm-7.19.orig/base64-encode.c (+1 lines)
Lines 7-12 Link Here
7
 */
7
 */
8
8
9
#include <stdio.h>
9
#include <stdio.h>
10
#include <stdlib.h>
10
11
11
#ifdef _WIN32
12
#ifdef _WIN32
12
#ifndef WIN32
13
#ifndef WIN32
(-)vm-7.19.orig/qp-decode.c (+1 lines)
Lines 4-9 Link Here
4
4
5
#include <stdio.h>
5
#include <stdio.h>
6
#include <string.h>
6
#include <string.h>
7
#include <stdlib.h>
7
8
8
#ifdef _WIN32
9
#ifdef _WIN32
9
#ifndef WIN32
10
#ifndef WIN32
(-)vm-7.19.orig/qp-encode.c (+1 lines)
Lines 7-12 Link Here
7
 */
7
 */
8
8
9
#include <stdio.h>
9
#include <stdio.h>
10
#include <stdlib.h>
10
11
11
#ifdef _WIN32
12
#ifdef _WIN32
12
#ifndef WIN32
13
#ifndef WIN32

Return to bug 168210