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); |