Subject: CVS commit: src/bin/test
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 08/04/2006 14:38:58
Module Name:	src
Committed By:	christos
Date:		Fri Aug  4 14:38:58 UTC 2006

Modified Files:
	src/bin/test: test.c

Log Message:
use getprogname() instead of argv[0], because some programs that execv, pass
the full path in argv[0] instead of just the basename. In reality, those
programs should be fixed (hello gdb for example).


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/bin/test/test.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.