diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-30 15:25:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-30 15:25:32 +0000 |
commit | 51c37db02693e2d308ad0c55a27ffd81e25f100e (patch) | |
tree | 405f52099f0d78e4baee35a7c9e63e698d649a59 /ufs | |
parent | 412943b3fe8c3ac765e6d00e7d77c00fb743d3cc (diff) |
Formerly dir.c.~29~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/dir.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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)); } |