Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/25/1997 06:50:01
mikel
Thu Jul 24 23:40:33 PDT 1997
Update of /cvsroot/src/usr.bin/chpass
In directory netbsd1:/var/slash-tmp/cvs-serv26716

Modified Files:
	chpass.c 
Log Message:
initialize variables for gcc -Wall (marked XXX)
compare getopt() result to -1, not EOF


phil
Thu Jul 24 23:46:24 PDT 1997
Update of /cvsroot/src/bin/dd
In directory netbsd1:/var/slash-tmp/cvs-serv27726

Modified Files:
	args.c position.c 
Log Message:
Do multiply in lseek calls as off_t arithmetic.  This allows for seeks
of more than INT_MAX.  Removed Check for INT_MAX as maximum seeks.
Fixes PR 2101.