Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 06/28/2000 19:56:52
Module Name: basesrc
Committed By: wrstuden
Date: Thu Jun 29 02:56:51 UTC 2000
Modified Files:
basesrc/usr.bin/xlint/xlint: xlint.c
Log Message:
Use execvp() instead of execv(). Deals with the case where CC, the compiler,
is not a full path. For instance, "cc".
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 basesrc/usr.bin/xlint/xlint/xlint.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.