Subject: CVS commit: src/sys/fs/adosfs
To: None <source-changes@NetBSD.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 09/23/2006 22:47:11
Module Name:	src
Committed By:	aymeric
Date:		Sat Sep 23 22:47:11 UTC 2006

Modified Files:
	src/sys/fs/adosfs: advnops.c

Log Message:
fix adosfs_readdir() so that we can list directories on AmigaOS filesystems.
. get rid of struct adirent which didn't match struct dirent anymore
. fix cookies, move all the code handling them to the end of the function

Includes many minor changes to the code of this function.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/fs/adosfs/advnops.c

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