Subject: CVS commit: basesrc/usr.sbin/chroot
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 07/15/2001 00:56:46
Module Name:	basesrc
Committed By:	manu
Date:		Sat Jul 14 21:56:45 UTC 2001

Modified Files:
	basesrc/usr.sbin/chroot: chroot.c

Log Message:
strtol -> strtoul because we use an unsigned type (uid_t/gid_t)
isdigit with an unsigned char cast


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/usr.sbin/chroot/chroot.c

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