view modules/utimens @ 37524:39226b1f6d9d

utimens: fix dependency typo * modules/utimens (Depends-on): Remove 'assure'. This bug was introduced in the recent 'assure' patch.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 28 Dec 2014 14:03:39 -0800
parents b46e093d1df7
children 41c2fed9d7a1
line wrap: on
line source

Description:
Set file access and modification times.

Files:
lib/utimens.c
lib/utimens.h
m4/utimbuf.m4
m4/utimens.m4
m4/utimes.m4

Depends-on:
errno
extern-inline
fcntl-h
fstat
lstat
gettime
stat-time
stdbool
sys_stat
sys_time
time

configure.ac:
gl_UTIMENS

Makefile.am:
lib_SOURCES += utimens.c

Include:
"utimens.h"

Link:
$(LIB_CLOCK_GETTIME)

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering, Eric Blake