X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frealloc.c;h=5c94a0a25c67af5a461db5274291b4204495aa3b;hb=279342da52719ba89de13f7c8b99660695b95080;hp=464416ce56bcd33c166fb80dbd4a7fdd9ad7bff9;hpb=d349992d82f97d614404565ff66e3f8a47b4a568;p=gnulib.git diff --git a/lib/realloc.c b/lib/realloc.c index 464416ce5..5c94a0a25 100644 --- a/lib/realloc.c +++ b/lib/realloc.c @@ -1,5 +1,5 @@ /* Work around bug on some systems where realloc (NULL, 0) fails. - Copyright (C) 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1997 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 @@ -22,7 +22,7 @@ #endif #undef realloc -#include +#include char *malloc (); char *realloc ();