Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/17/2006 20:32:19
Module Name:	src
Committed By:	christos
Date:		Wed May 17 20:32:19 UTC 2006

Modified Files:
	src/include: dirent.h

Log Message:
rename dd_rewind to dd_internal so that it can be re-used to implement
telldir/seekdir/rewinddir differently. While there change the prototype
to telldir to take a non-const DIR, per:
http://www.opengroup.org/onlinepubs/009695399/basedefs/dirent.h.html


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/include/dirent.h

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