Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 04/16/2000 07:43:59
Module Name:	basesrc
Committed By:	mrg
Date:		Sun Apr 16 14:43:58 UTC 2000

Modified Files:
	basesrc/include: dirent.h
	basesrc/lib/libc/gen: scandir.3 scandir.c
	basesrc/usr.sbin/lpr/common_source: lp.h rmjob.c
	basesrc/usr.sbin/lpr/lpc: cmds.c

Log Message:
make scandir(3)'s 3rd argument take a function that takes a *const*
struct dirent *, rather than non-const.  this makes scandir(3) the
same as the scandir implementations in libiberty and glibc, and the
select function has no need to modify the dirent.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/include/dirent.h
cvs rdiff -r1.6 -r1.7 basesrc/lib/libc/gen/scandir.3
cvs rdiff -r1.17 -r1.18 basesrc/lib/libc/gen/scandir.c
cvs rdiff -r1.13 -r1.14 basesrc/usr.sbin/lpr/common_source/lp.h
cvs rdiff -r1.15 -r1.16 basesrc/usr.sbin/lpr/common_source/rmjob.c
cvs rdiff -r1.12 -r1.13 basesrc/usr.sbin/lpr/lpc/cmds.c

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