X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmalloc.c;h=bcd6b564b07abf5d41a5d1faeca6ecb3aa6e29ae;hb=a76a349e949dfad5716eb3893052070b770e949f;hp=b5e93bde82811551f584edb97bea17603fd58afb;hpb=d349992d82f97d614404565ff66e3f8a47b4a568;p=gnulib.git diff --git a/lib/malloc.c b/lib/malloc.c index b5e93bde8..bcd6b564b 100644 --- a/lib/malloc.c +++ b/lib/malloc.c @@ -1,5 +1,5 @@ /* Work around bug on some systems where malloc (0) fails. - Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998 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 malloc -#include +#include char *malloc ();