X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frealloc.c;h=5c94a0a25c67af5a461db5274291b4204495aa3b;hb=666c0198a7da7d033e11ced241814f17fc82ae29;hp=2a39033a73f87ceedcb3d7476a36db06f19c9eee;hpb=2088d1000c3b20b9a905f6b39f1c1393aa3590b9;p=gnulib.git diff --git a/lib/realloc.c b/lib/realloc.c index 2a39033a7..5c94a0a25 100644 --- a/lib/realloc.c +++ b/lib/realloc.c @@ -1,4 +1,4 @@ -/* Work around bug on some systems where realloc (NULL, n) fails. +/* Work around bug on some systems where realloc (NULL, 0) fails. Copyright (C) 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -22,7 +22,7 @@ #endif #undef realloc -#include +#include char *malloc (); char *realloc ();