f57e65478d
it 1138 times (:-() in casts and a few more times in declarations. This change is null for the i386. The type has to be `typedef int vop_t(void *)' and not `typedef int vop_t()' because `gcc -Wstrict-prototypes' warns about the latter. Since vnode op functions are called with args of different (struct pointer) types, neither of these function types is any use for type checking of the arg, so it would be preferable not to use the complete function type, especially since using the complete type requires adding 1138 casts to avoid compiler warnings and another 40+ casts to reverse the function pointer conversions before calling the functions. |
||
---|---|---|
.. | ||
libc.opendir.c | ||
README | ||
union_subr.c | ||
union_vfsops.c | ||
union_vnops.c | ||
union.h |
If you plan on using union mounts, then you should consider replacing "libc/gen/opendir.c" in the C library with the file "libc.opendir.c" in this directory. The replacement version of opendir() automatically removes duplicate names when a union stack is encountered. You will then need to rebuild the C library and all commands. @(#)README 8.1 (Berkeley) 2/15/94