]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix trivial compiler warnings - couple of dup'd symbols crept in here.
authorNathan Scott <nathans@sgi.com>
Thu, 14 Nov 2002 23:48:29 +0000 (23:48 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 14 Nov 2002 23:48:29 +0000 (23:48 +0000)
libxfs/xfs.h

index 889a1de77f9bdcaff568b1c00fd5b709524771c5..74418ddfdc953c9872264f4e7dc7a55bdfbc4bc8 100644 (file)
@@ -239,8 +239,6 @@ typedef struct { dev_t dev; } xfs_buftarg_t;
 #define NBPP           getpagesize()
 #define STATIC
 #define ATTR_ROOT      0x0002  /* use attrs in root namespace */
-#define ENOATTR                ENODATA /* Attribute not found */
-#define EFSCORRUPTED   990     /* Filesystem is corrupted */
 #define ktrace_t       void
 #define m_ddev_targp   m_dev
 #define kdev_none(x)   (!(x))