File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -558,13 +558,13 @@ The serial number of the file referred to by this directory entry.
558
558
559
559
Offset: 8
560
560
561
- - <a href =" #dirent.d_namlen " name =" dirent.d_namlen " ></a > ` d_namlen ` : [ ` dirnamlen ` ] ( #dirnamlen )
562
- The length of the name of the directory entry.
561
+ - <a href =" #dirent.d_type " name =" dirent.d_type " ></a > ` d_type ` : [ ` filetype ` ] ( #filetype )
562
+ The type of the file referred to by this directory entry.
563
563
564
564
Offset: 16
565
565
566
- - <a href =" #dirent.d_type " name =" dirent.d_type " ></a > ` d_type ` : [ ` filetype ` ] ( #filetype )
567
- The type of the file referred to by this directory entry.
566
+ - <a href =" #dirent.d_namlen " name =" dirent.d_namlen " ></a > ` d_namlen ` : [ ` dirnamlen ` ] ( #dirnamlen )
567
+ The length of the name of the directory entry.
568
568
569
569
Offset: 20
570
570
Original file line number Diff line number Diff line change 367
367
(field $d_next $dircookie)
368
368
;;; The serial number of the file referred to by this directory entry.
369
369
(field $d_ino $inode)
370
- ;;; The length of the name of the directory entry.
371
- (field $d_namlen $dirnamlen)
372
370
;;; The type of the file referred to by this directory entry.
373
371
(field $d_type $filetype)
372
+ ;;; The length of the name of the directory entry.
373
+ (field $d_namlen $dirnamlen)
374
374
)
375
375
)
376
376
You can’t perform that action at this time.
0 commit comments