From: Jim Meyering Date: Mon, 3 Nov 1997 05:20:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec61a5cf271cf961bd7885ee2657b31e1c273f4;p=pspp *** empty log message *** --- diff --git a/lib/realloc.c b/lib/realloc.c index 2a39033a73..d0d3e4ab07 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