diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-05-16 02:15:07 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-05-16 02:15:07 +0000 |
| commit | 6e7988b9c5660af2e413f9d6c4bc940abeea9b62 (patch) | |
| tree | 2e5c57505dd61f29b6732711ca7abe6906ce49e7 /lib/libc | |
| parent | 8d542cb56daaea26040cb6940a42c8095eee4a20 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/opendir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/opendir.c b/lib/libc/gen/opendir.c index c5e474d7d736..3d5c1c5e1eee 100644 --- a/lib/libc/gen/opendir.c +++ b/lib/libc/gen/opendir.c @@ -118,7 +118,7 @@ __opendir2(name, flags) if (_fstatfs(fd, &sfb) < 0) goto fail; - unionstack = !strcmp(sfb.f_fstypename, "union") + unionstack = !strcmp(sfb.f_fstypename, "unionfs") || (sfb.f_flags & MNT_UNION); } else { unionstack = 0; |
