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

(-)termcap.c.orig (+6 lines)
Lines 23-28 Link Here
23
#endif
23
#endif
24
#endif
24
#endif
25
25
26
/* Needed to fix warnings in 64 bit mode.
27
 * warning: cast to pointer from integer of different size
28
 */
29
#include <curses.h>
30
#include <term.h>
31
26
#include "blocks.h"
32
#include "blocks.h"
27
#include "termcap.h"
33
#include "termcap.h"
28
#include "utils.h"
34
#include "utils.h"
(-)i18n.c.orig (+5 lines)
Lines 15-20 Link Here
15
#include "utf8.h"
15
#include "utf8.h"
16
#include "i18n.h"
16
#include "i18n.h"
17
17
18
/* Needed to fix warnings in 64 bit mode.
19
 * warning: cast to pointer from integer of different size
20
 */
21
#include "utils.h"
22
18
/*
23
/*
19
 * This is an implementation of wcwidth() and wcswidth() (defined in
24
 * This is an implementation of wcwidth() and wcswidth() (defined in
20
 * IEEE Std 1002.1-2001) for Unicode.
25
 * IEEE Std 1002.1-2001) for Unicode.

Return to bug 124156