diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 09:21:44 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 09:21:44 +0000 |
| commit | 8bb47e408312675b23b9b04b051246e07869fe27 (patch) | |
| tree | 496ea60c7f0a866086976bc36cbc75323a9bb3c4 | |
| parent | 3f67c83439d361b564516a77500a3621eb5a4262 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/opendir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/opendir.c b/lib/libc/gen/opendir.c index 51d7090fd20f..518d16058da5 100644 --- a/lib/libc/gen/opendir.c +++ b/lib/libc/gen/opendir.c @@ -57,6 +57,7 @@ DIR * opendir(name) const char *name; { + return (__opendir2(name, DTF_HIDEW|DTF_NODUP)); } |
