Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/16/2003 07:16:26
Module Name: src
Committed By: itojun
Date: Wed Jul 16 07:16:25 UTC 2003
Modified Files:
src/usr.bin/make: job.c
Log Message:
backout. make(1) either uses strcpy() to malloc'ed region (enough size),
or function signature prohibits us from using strlcpy().
To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/usr.bin/make/job.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.