X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fftruncate.m4;h=d25c17ef66e51fe0a653e2e86de102c368cc2a9e;hb=0e12fc3ca9303b7a099c8433709455ab93f874dc;hp=b2ce6dd568dc93b254b4b252de2ed9a231315dfb;hpb=23fe10e274cf20fb2cb75ea1da9556a733106657;p=gnulib.git diff --git a/m4/ftruncate.m4 b/m4/ftruncate.m4 index b2ce6dd56..d25c17ef6 100644 --- a/m4/ftruncate.m4 +++ b/m4/ftruncate.m4 @@ -1,7 +1,12 @@ -#serial 6 +#serial 7 # See if we need to emulate a missing ftruncate function using fcntl or chsize. +# Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + AC_DEFUN([gl_FUNC_FTRUNCATE], [ AC_REPLACE_FUNCS(ftruncate)