Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 245322 | Differences between
and this patch

Collapse All | Expand All

(-)truecrypt-6.1a-source.orig/Platform/StringConverter.h (+4 lines)
Lines 9-14 Link Here
9
#ifndef TC_HEADER_Platform_StringConverter
9
#ifndef TC_HEADER_Platform_StringConverter
10
#define TC_HEADER_Platform_StringConverter
10
#define TC_HEADER_Platform_StringConverter
11
11
12
typedef signed char             int8_t;
13
typedef short int               int16_t;
14
typedef int                     int32_t;
15
12
#include <stdlib.h>
16
#include <stdlib.h>
13
#include "PlatformBase.h"
17
#include "PlatformBase.h"
14
18
(-)truecrypt-6.1a-source.orig/Platform/Unix/FilesystemPath.cpp (+1 lines)
Lines 10-15 Link Here
10
#include "Platform/SystemException.h"
10
#include "Platform/SystemException.h"
11
#include "Platform/StringConverter.h"
11
#include "Platform/StringConverter.h"
12
#include <sys/stat.h>
12
#include <sys/stat.h>
13
#include <stdio.h>
13
14
14
namespace TrueCrypt
15
namespace TrueCrypt
15
{
16
{
(-)truecrypt-6.1a-source.orig/Core/Unix/CoreUnix.cpp (+1 lines)
Lines 12-17 Link Here
12
#include <signal.h>
12
#include <signal.h>
13
#include <sys/stat.h>
13
#include <sys/stat.h>
14
#include <sys/types.h>
14
#include <sys/types.h>
15
#include <stdio.h>
15
#include <unistd.h>
16
#include <unistd.h>
16
#include "Platform/FileStream.h"
17
#include "Platform/FileStream.h"
17
#include "Driver/Fuse/FuseService.h"
18
#include "Driver/Fuse/FuseService.h"

Return to bug 245322