Subject: Re: CVS commit: othersrc/bootstrap-pkgsrc/mtree
To: grant beattie <grant@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/29/2002 14:20:22
On Fri, Nov 29, 2002 at 03:08:31AM +0200, grant beattie wrote:
|
| Module Name: othersrc
| Committed By: grant
| Date: Fri Nov 29 01:08:31 UTC 2002
|
| Modified Files:
| othersrc/bootstrap-pkgsrc/mtree: vis.c
|
| Log Message:
| replace use of alloca() with the more portable malloc()/free().
|
| only include assert.h if it is present.
assert.h is ANSI C - why wouldn't it be present?