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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +13 lines)
Line  Link Here
0
-- include/gettext.h
0
++ include/gettext.h
Line 0 Link Here
0
-- attr/attr.c
1
#include <config.h>
2
#ifdef ENABLE_GETTEXT
3
# include <libintl.h>
4
# define _(x)           gettext(x)
5
#else
6
# define _(x)           (x)
7
# define textdomain(d)      do { } while (0)
8
# define bindtextdomain(d,dir)  do { } while (0)
9
#endif
10
#include <locale.h>
11
++ attr/attr.c
Lines 26-31 Link Here
26
#include <errno.h>
26
#include <errno.h>
27
#include <string.h>
27
#include <string.h>
28
#include <locale.h>
28
#include <locale.h>
29
#include "gettext.h"
29
30
30
#include <attr/attributes.h>
31
#include <attr/attributes.h>
31
#include "config.h"
32
#include "config.h"
(-)libattr/attr_copy_file.c.orig (+1 lines)
Lines 19-24 Link Here
19
19
20
#if defined (HAVE_CONFIG_H)
20
#if defined (HAVE_CONFIG_H)
21
#include "config.h"
21
#include "config.h"
22
#include "gettext.h"
22
#endif
23
#endif
23
24
24
#include <sys/types.h>
25
#include <sys/types.h>
(-)libattr/attr_copy_fd.c.orig (+1 lines)
Lines 19-24 Link Here
19
19
20
#if defined (HAVE_CONFIG_H)
20
#if defined (HAVE_CONFIG_H)
21
#include "config.h"
21
#include "config.h"
22
#include "gettext.h"
22
#endif
23
#endif
23
24
24
#include <sys/types.h>
25
#include <sys/types.h>
(-)getfattr/getfattr.c.orig (+1 lines)
Lines 30-35 Link Here
30
#include <regex.h>
30
#include <regex.h>
31
#include <ftw.h>
31
#include <ftw.h>
32
#include <locale.h>
32
#include <locale.h>
33
#include "gettext.h"
33
34
34
#include <attr/xattr.h>
35
#include <attr/xattr.h>
35
#include "config.h"
36
#include "config.h"
(-)setfattr/setfattr.c.orig (+1 lines)
Lines 28-33 Link Here
28
#include <getopt.h>
28
#include <getopt.h>
29
#include <locale.h>
29
#include <locale.h>
30
#include <ctype.h>
30
#include <ctype.h>
31
#include "gettext.h"
31
32
32
#include <attr/xattr.h>
33
#include <attr/xattr.h>
33
#include "config.h"
34
#include "config.h"

Return to bug 292840