From f03a9c93355781e1dcc9f56b26fa52d1c73780db Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 9 Jul 2000 07:25:03 +0000 Subject: [PATCH] fileutils 4.0x --- lib/xmalloc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 29ea9fe..5995494 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -1,5 +1,5 @@ /* xmalloc.c -- malloc with out of memory checking - Copyright (C) 1990-1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1990-1997, 98, 1999, 2000 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 @@ -91,7 +91,8 @@ xmalloc (size_t n) } /* Change the size of an allocated block of memory P to N bytes, - with error checking. */ + with error checking. + If P is NULL, run xmalloc. */ void * xrealloc (void *p, size_t n) -- 2.44.0