summaryrefslogtreecommitdiff
path: root/ufs/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'ufs/dir.c')
-rw-r--r--ufs/dir.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ufs/dir.c b/ufs/dir.c
index e4d54cdf..2f215974 100644
--- a/ufs/dir.c
+++ b/ufs/dir.c
@@ -858,9 +858,7 @@ diskfs_get_directs (struct node *dp,
userp->d_reclen = DIRSIZ (DIRECT_NAMLEN (entryp));
userp->d_namlen = DIRECT_NAMLEN (entryp);
bcopy (entryp->d_name, userp->d_name, DIRECT_NAMLEN (entryp) + 1);
-#ifdef notyet
- userp->d_type = entryp->d_type;
-#endif
+ userp->d_type = DT_UNKNOWN; /* until fixed */
i++;
datap += DIRSIZ (DIRECT_NAMLEN (entryp));
}