From: Nathan Scott Date: Thu, 14 Nov 2002 23:48:29 +0000 (+0000) Subject: Fix trivial compiler warnings - couple of dup'd symbols crept in here. X-Git-Tag: v2.4.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a44ee42d996d31bae3fb57c456eb1bdd4a0e5c0;p=thirdparty%2Fxfsprogs-dev.git Fix trivial compiler warnings - couple of dup'd symbols crept in here. --- diff --git a/libxfs/xfs.h b/libxfs/xfs.h index 889a1de77..74418ddfd 100644 --- a/libxfs/xfs.h +++ b/libxfs/xfs.h @@ -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))