From: Simon Josefsson Date: Wed, 20 May 2009 10:19:05 +0000 (+0200) Subject: Update gnulib files. X-Git-Tag: gnutls_2_7_12~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=008ae302736f6e1b8e70e87b0cfe1ae86703aa50;p=thirdparty%2Fgnutls.git Update gnulib files. --- diff --git a/gl/getdelim.c b/gl/getdelim.c index 49edf7725c..b74e5b5350 100644 --- a/gl/getdelim.c +++ b/gl/getdelim.c @@ -1,6 +1,6 @@ /* getdelim.c --- Implementation of replacement getdelim function. - Copyright (C) 1994, 1996, 1997, 1998, 2001, 2003, 2005, 2006, 2007, 2008 Free - Software Foundation, Inc. + Copyright (C) 1994, 1996, 1997, 1998, 2001, 2003, 2005, 2006, 2007, + 2008, 2009 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 @@ -24,12 +24,10 @@ #include #include +#include #include #include -#ifndef SIZE_MAX -# define SIZE_MAX ((size_t) -1) -#endif #ifndef SSIZE_MAX # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) #endif