X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmisc.c;h=a886b06719e51c249621b47ca0cbb006deb8e95b;hb=12b3a5d5b194b7b169bbbf0fa069c2c72f5cd274;hp=ba7ed051cd926c0c6be77e599ce75f44eef62b13;hpb=eeb610da48a90e2419b9d2b4ab63d13307c0569b;p=chaz%2Ftar diff --git a/src/misc.c b/src/misc.c index ba7ed05..a886b06 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,7 +1,7 @@ /* Miscellaneous functions, not really specific to GNU tar. Copyright (C) 1988, 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001, - 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -516,7 +516,7 @@ set_file_atime (int fd, char const *file, struct timespec const timespec[2]) } #endif - return futimens (fd, file, timespec); + return gl_futimens (fd, file, timespec); } /* A description of a working directory. */