freebsd-dev/sys/miscfs/union
Bruce Evans 3ac4d1ef0c Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
Fixed everything that depended on getting fcntl.h stuff from the wrong
place.  Most things don't depend on file.h stuff at all.
1997-03-23 03:37:54 +00:00
..
libc.fts.c Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:29:25 +00:00
libc.opendir.c Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
libc.readdir.c Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:29:25 +00:00
README Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:29:25 +00:00
union_subr.c Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
union_vfsops.c Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
union_vnops.c Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
union.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +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