From 09fd1db2a07e44c41a4341b1dcc53c381d095ffd Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 27 Apr 2011 18:25:35 +0000 Subject: Use a private EXT2_ROOTINO constant instead of redefining ROOTINO. Submitted by: Pedro F. Giffuni giffunip at yahoo --- sys/fs/ext2fs/inode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/fs/ext2fs/inode.h') diff --git a/sys/fs/ext2fs/inode.h b/sys/fs/ext2fs/inode.h index 99437d5..ae794d7 100644 --- a/sys/fs/ext2fs/inode.h +++ b/sys/fs/ext2fs/inode.h @@ -41,8 +41,6 @@ #include #include -#define ROOTINO ((ino_t)2) - #define NDADDR 12 /* Direct addresses in inode. */ #define NIADDR 3 /* Indirect addresses in inode. */ -- cgit v1.1