summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2002-11-08 13:59:11 -0500
committerTheodore Ts'o <tytso@mit.edu>2002-11-08 13:59:11 -0500
commit420053aa6597e640a77b4575db2047d7f45d6f16 (patch)
tree4333377d6a2fa8054c11248ce3b35284d1249169 /lib
parenta9d799a01d21900b40a32d4ae7eb793537c4c6a5 (diff)
downloade2fsprogs-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.h5
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
*/