freebsd-dev/sys/miscfs/union
1997-02-12 14:31:11 +00:00
..
libc.fts.c
libc.opendir.c
libc.readdir.c
README
union_subr.c Add function protypes for the new Lite2 unionfs functions. 1997-02-12 07:54:22 +00:00
union_vfsops.c
union_vnops.c Restored #include of <sys/kernel.h> so that this compiles again. 1997-02-12 14:31:11 +00:00
union.h Add function protypes for the new Lite2 unionfs functions. 1997-02-12 07:54:22 +00:00

If you plan on using union mounts, then you should consider replacing
three files in "libc/gen" in the C library with the files in "libc"  
in this directory.  The replacement version of opendir() automatically
removes duplicate names when a union stack is encountered. The other
two files do special handling of whiteouts. You will then need to 
rebuild the C library and all commands.

@(#)README	8.2 (Berkeley) 11/4/94