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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- a/src/sed/lib/utils.c
0
++ b/src/sed/lib/utils.c
Lines 35-40 Link Here
35
# include <stdlib.h>
35
# include <stdlib.h>
36
#endif /* HAVE_STDLIB_H */
36
#endif /* HAVE_STDLIB_H */
37
37
38
#ifdef HAVE_UNISTD_H
39
# include <unistd.h>
40
#endif /* HAVE_UNISTD_H */
41
38
#include "utils.h"
42
#include "utils.h"
39
43
40
const char *myname;
44
const char *myname;
41
-- a/src/kmk/kmkbuiltin/printf.c
45
++ b/src/kmk/kmkbuiltin/printf.c
Lines 206-212 Link Here
206
206
207
	(void)funcname;
207
	(void)funcname;
208
	if (rc != 0)
208
	if (rc != 0)
209
		fatal (NILF, _("$(%s): failure rc=%d\n"), rc);
209
		fatal (NILF, _("$(%s): failure rc=%d\n"), funcname, rc);
210
	return o;
210
	return o;
211
}
211
}
212
#endif
212
#endif

Return to bug 332225