NetBSD/sys/fs/adosfs
plunky 5ec364d4d9 C99 section 6.7.2.3 (Tags) Note 3 states that:
A type specifier of the form

	enum identifier

  without an enumerator list shall only appear after the type it
  specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
2013-03-18 19:35:35 +00:00
..
Makefile
adlookup.c Excise struct componentname from the namecache. 2012-11-05 17:27:37 +00:00
adosfs.h Use getdisksize() to find out geometry, fetch only other magic values 2012-10-03 07:20:50 +00:00
adutil.c
advfsops.c Change bread() and breadn() to never return a buffer on 2012-12-20 08:03:41 +00:00
advnops.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
files.adosfs