X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=2bc1d712ba22e6875e9d886b59982e9c31dec874;hb=098ad10c71e87f8003227aa10ad8c88ae43dce12;hp=d0e348465de49bb9af73391c1bff71a207090be4;hpb=6e08ab76949954eccd059db0d5da90e011a11c27;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index d0e3484..2bc1d71 100644 --- a/src/common.h +++ b/src/common.h @@ -612,8 +612,6 @@ bool maybe_backup_file (const char *file_name, bool this_is_the_archive); void undo_last_backup (void); int deref_stat (bool deref, char const *name, struct stat *buf); -int fd_utimensat (int fd, int parentfd, char const *file, - struct timespec const ts[2], int atflag); extern int chdir_current; int chdir_arg (char const *dir);