NetBSD/sys/fs/sysvbfs
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
..
bfs_sysvbfs.c
bfs.c cosmetic change: fix two casts to be of the appropriate type 2012-06-11 21:11:40 +00:00
bfs.h Move bfs_file_setsize() from bfs.c to sysvbfs_vnops.c 2012-05-08 14:28:55 +00:00
files.sysvbfs
Makefile
sysvbfs_args.h
sysvbfs_vfsops.c calculate inode capacities using the correct values 2012-06-14 01:08:22 +00:00
sysvbfs_vnops.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
sysvbfs.c
sysvbfs.h