From: Theodore Ts'o Date: Fri, 8 Nov 2002 18:59:11 +0000 (-0500) Subject: Default the EVMS_ABI_CODE if it is not defined to 1.2.0. X-Git-Tag: E2FSPROGS-1_31~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420053aa6597e640a77b4575db2047d7f45d6f16;p=thirdparty%2Fe2fsprogs.git Default the EVMS_ABI_CODE if it is not defined to 1.2.0. --- diff --git a/lib/evms/fsimext2.h b/lib/evms/fsimext2.h index 326c9e9ca..178fc1963 100644 --- a/lib/evms/fsimext2.h +++ b/lib/evms/fsimext2.h @@ -20,6 +20,11 @@ * */ +/* If EVMS_ABI_CODE is not defined, default to EVMS ABI 1.2 */ +#ifndef EVMS_ABI_CODE +#define EVMS_ABI_CODE 120 +#endif + /* * EVMS 1.0 backwards compatibility functions */