# HG changeset patch # User Jim Meyering # Date 1270833277 -7200 # Node ID 388d246a0346f0c951a1c92c91c096e414b1f5bf # Parent ffeff6b1532a1b23025fd36c402153ae645e2d73 ftruncate: add two years to projected module removal date: 2012 * m4/ftruncate.m4: Adjust comments. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-04-09 Jim Meyering + ftruncate: add two years to projected module removal date: 2012 + * m4/ftruncate.m4: Adjust comments. + ftruncate: mark module as obsolete; even MinGW provides it, now * modules/ftruncate (Status): Obsolete. (Notice): Say that. diff --git a/m4/ftruncate.m4 b/m4/ftruncate.m4 --- a/m4/ftruncate.m4 +++ b/m4/ftruncate.m4 @@ -1,4 +1,4 @@ -# serial 14 +# serial 15 # See if we need to emulate a missing ftruncate function using fcntl or chsize. @@ -7,10 +7,12 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# FIXME: remove this macro, along with all uses of HAVE_FTRUNCATE in 2010, +# FIXME: remove this macro, along with all uses of HAVE_FTRUNCATE in 2012, # if the check below provokes no more reports. So far, the only report # arose from a test build of this gnulib module, cross-compiling to mingw: # +# Now (in 2010), MSVC has been raised as a possible target: +# AC_DEFUN([gl_FUNC_FTRUNCATE], [