Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 01/19/1999 23:02:31
Module Name: src
Committed By: cgd
Date: Wed Jan 20 07:02:30 UTC 1999
Modified Files:
src/bin/pax [netbsd-1-3]: cache.c
Log Message:
patch to fix a memory leak (due to never actually adding items to the
hash table). The change corresponds with a change in -current, but the
file is now in libc (replacing a different version that was already in
libc). (mycroft)