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

Collapse All | Expand All

(-)realpath-1.15/src/realpath.c.orig (-7 / +1 lines)
Lines 23-31 Link Here
23
#include <errno.h>
23
#include <errno.h>
24
#include <getopt.h>
24
#include <getopt.h>
25
#include <stdarg.h>
25
#include <stdarg.h>
26
#include <libintl.h>
27
26
28
#define _(String) gettext (String)
27
#define _(String) (String)
29
28
30
static char *stripdir(char * dir, char *buf, int maxlen);
29
static char *stripdir(char * dir, char *buf, int maxlen);
31
30
Lines 115-125 Link Here
115
114
116
	myname = ( p = strchr(argv[0], '/') ) ? p+1 : argv[0];
115
	myname = ( p = strchr(argv[0], '/') ) ? p+1 : argv[0];
117
116
118
	setlocale(LC_ALL, "");
119
	bindtextdomain(PACKAGE, LOCALEDIR);
120
	textdomain(PACKAGE);
121
122
123
	parse_options(argc, argv);
117
	parse_options(argc, argv);
124
118
125
	while (optind < argc) {
119
	while (optind < argc) {

Return to bug 300657