NetBSD/sys/fs/filecorefs
elad 870920260d Move the implementation of vaccess() to genfs_can_access(), in line with
the other routines of the same spirit.

Adjust file-system code to use it.

Keep vaccess() for KPI compatibility and to keep element of least
surprise. A "diagnostic" message warning that vaccess() is deprecated will
be printed when it's used (obviously, only in DIAGNOSTIC kernels).

No objections on tech-kern@:

	http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005310.html
2009-06-23 19:36:38 +00:00
..
filecore_bmap.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
filecore_extern.h Remove all the __P() from sys (excluding sys/dist) 2009-03-14 14:45:51 +00:00
filecore_lookup.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
filecore_mount.h
filecore_node.c ansify function definitions 2009-03-15 22:16:09 +00:00
filecore_node.h Remove all the __P() from sys (excluding sys/dist) 2009-03-14 14:45:51 +00:00
filecore_utils.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
filecore_vfsops.c Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:43 +00:00
filecore_vnops.c Move the implementation of vaccess() to genfs_can_access(), in line with 2009-06-23 19:36:38 +00:00
filecore.h
files.filecorefs
Makefile