summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-30 15:25:32 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-30 15:25:32 +0000
commit51c37db02693e2d308ad0c55a27ffd81e25f100e (patch)
tree405f52099f0d78e4baee35a7c9e63e698d649a59
parent412943b3fe8c3ac765e6d00e7d77c00fb743d3cc (diff)
Formerly dir.c.~29~
-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));
}