X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/7b8c2c90c660038574b21f6b202a31a3b2baac05:/sys/vfs/gnu/ext2fs/dir.h..b993bb87ded5c733e1f0213efbef1be2660b2536:/sys/gnu/vfs/ext2fs/dir.h diff --git a/sys/vfs/gnu/ext2fs/dir.h b/sys/gnu/vfs/ext2fs/dir.h similarity index 98% rename from sys/vfs/gnu/ext2fs/dir.h rename to sys/gnu/vfs/ext2fs/dir.h index 09f952e523..9103a3a5cb 100644 --- a/sys/vfs/gnu/ext2fs/dir.h +++ b/sys/gnu/vfs/ext2fs/dir.h @@ -37,7 +37,6 @@ * * @(#)dir.h 8.2 (Berkeley) 1/21/94 * $FreeBSD: src/sys/ufs/ufs/dir.h,v 1.9 1999/08/28 00:52:27 peter Exp $ - * $DragonFly: src/sys/vfs/gnu/ext2fs/dir.h,v 1.1 2006/04/04 17:34:32 dillon Exp $ */ #ifndef _VFS_GNU_EXT2FS_DIR_H_ @@ -112,7 +111,7 @@ struct direct { * without the d_name field, plus enough space for the name with a terminating * null byte (dp->d_namlen+1), rounded up to a 4 byte boundary. * - * + * */ #define DIRECTSIZ(namlen) \ (((int)&((struct direct *)0)->d_name + \