freebsd-dev/sys/miscfs/union
Bruce Evans 9b5e8b3aa5 Added prototypes.
Removed some unnecessary #includes.
1995-12-03 14:54:48 +00:00
..
libc.opendir.c Added $Id$ 1994-08-02 07:55:43 +00:00
README
union_subr.c Added prototypes. 1995-12-03 14:54:48 +00:00
union_vfsops.c Added prototypes. 1995-12-03 14:54:48 +00:00
union_vnops.c Added prototypes. 1995-12-03 14:54:48 +00:00
union.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00

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