Fix setting dates on system not supporting POSIX 2008
modified configure.ac
@@ -165,6 +165,8 @@ AC_CHECK_FUNCS_ONCE([funopen])
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_add.c
@@ -270,7 +270,12 @@ set_attrs(int fd, char *path, mode_t perm, uid_t uid, gid_t gid,
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -283,11 +288,6 @@ fill_timespec_buf(const struct stat *aest, struct timespec tspec[2])
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|