Backout r272825 every useland usage of ufs/ufs/dir.h are now broken with that change
This commit is contained in:
parent
9a1732bd90
commit
05bd7a92d7
@ -110,7 +110,7 @@ struct direct {
|
||||
*
|
||||
*/
|
||||
#define DIRECTSIZ(namlen) \
|
||||
((offsetof(struct direct, d_name) + \
|
||||
(((uintptr_t)&((struct direct *)0)->d_name + \
|
||||
((namlen)+1)*sizeof(((struct direct *)0)->d_name[0]) + 3) & ~3)
|
||||
#if (BYTE_ORDER == LITTLE_ENDIAN)
|
||||
#define DIRSIZ(oldfmt, dp) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user