Subject: CVS commit: othersrc/usr.bin/tnftp/libnetbsd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/28/2005 13:16:24
Module Name: othersrc
Committed By: lukem
Date: Sat May 28 13:16:24 UTC 2005
Modified Files:
othersrc/usr.bin/tnftp/libnetbsd: strvis.c
Log Message:
Update to NetBSD's src/lib/libc/gen/vis.c 1.33:
* Use malloc(3) instead of alloca(3), and check the return result of the malloc.
* Convert to ANSI prototypes.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 othersrc/usr.bin/tnftp/libnetbsd/strvis.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.