1994-12-14 19:30:40 +03:00
|
|
|
/* $NetBSD: README,v 1.4 1994/12/14 16:31:15 mycroft Exp $ */
|
1994-06-29 10:29:24 +04:00
|
|
|
|
1994-06-08 15:33:09 +04:00
|
|
|
If you plan on using union mounts, then you should consider replacing
|
1994-12-14 19:30:40 +03:00
|
|
|
three files in "libc/gen" in the C library with the files in "libc"
|
1994-06-08 15:33:09 +04:00
|
|
|
in this directory. The replacement version of opendir() automatically
|
1994-12-14 19:30:40 +03:00
|
|
|
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.
|
1994-06-08 15:33:09 +04:00
|
|
|
|
1994-12-14 19:30:40 +03:00
|
|
|
@(#)README 8.2 (Berkeley) 11/4/94
|