diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-11-08 13:59:11 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-11-08 13:59:11 -0500 |
commit | 420053aa6597e640a77b4575db2047d7f45d6f16 (patch) | |
tree | 4333377d6a2fa8054c11248ce3b35284d1249169 /lib | |
parent | a9d799a01d21900b40a32d4ae7eb793537c4c6a5 (diff) | |
download | e2fsprogs-420053aa6597e640a77b4575db2047d7f45d6f16.tar.gz |
Default the EVMS_ABI_CODE if it is not defined to 1.2.0.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/evms/fsimext2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/evms/fsimext2.h b/lib/evms/fsimext2.h index 326c9e9c..178fc196 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 */ |