Subject: CVS commit: basesrc/usr.bin/crunch/crunchgen
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/31/2002 10:48:16
Module Name: basesrc
Committed By: lukem
Date: Sun Mar 31 07:48:16 UTC 2002
Modified Files:
basesrc/usr.bin/crunch/crunchgen: crunchgen.c
Log Message:
Use "r" instead of "r+" to popen(3), since the latter is not portable
and the I/O stream is only read from in any case. Problem noted and fix
suggested by Ben Harris <bjh21@netbsd.org> in [toolchain/16139].
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 basesrc/usr.bin/crunch/crunchgen/crunchgen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.