Subject: CVS commit: basesrc/usr.bin/pwhash
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/02/2002 16:39:12
Module Name:	basesrc
Committed By:	jdolecek
Date:		Wed Oct  2 13:39:11 UTC 2002

Modified Files:
	basesrc/usr.bin/pwhash: pwhash.c

Log Message:
couple minor changes:
* move buffer[] to print_passwd(); it's used only there
* make trim(), usage(), print_passwd() static, and g/c no longer needed
  prototypes for them
* replace __progname with getprogname()/setprogname()
* move the prototypes for pwd_getsalt()/to64() outside of print_passwd()

change reviewed by Niels


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/usr.bin/pwhash/pwhash.c

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