Fix style bug that was introduced.

This commit is contained in:
David E. O'Brien 2001-03-05 09:21:44 +00:00
parent 3f67c83439
commit 8bb47e4083
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73632

View File

@ -57,6 +57,7 @@ DIR *
opendir(name)
const char *name;
{
return (__opendir2(name, DTF_HIDEW|DTF_NODUP));
}