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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- elfutils-0.166.orig/src/ar.c
0
++ elfutils-0.166/src/ar.c
Lines 44-49 Link Here
44
44
45
#include "arlib.h"
45
#include "arlib.h"
46
46
47
#ifdef HAVE_FUTIMES
48
# define FUTIMES(fd, fname, tvp) futimes (fd, tvp)
49
#else
50
# define FUTIMES(fd, fname, tvp) utimes (fname, tvp)
51
#endif
47
52
48
/* Name and version of program.  */
53
/* Name and version of program.  */
49
static void print_version (FILE *stream, struct argp_state *state);
54
static void print_version (FILE *stream, struct argp_state *state);

Return to bug 470884