Message ID | 152821698275.24976.1415491462214552908.stgit@magnolia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/xfs/122 b/tests/xfs/122 index d8366701..0de99b6d 100755 --- a/tests/xfs/122 +++ b/tests/xfs/122 @@ -218,6 +218,7 @@ cat /usr/include/xfs/xfs*.h | indent |\ awk ' /typedef struct xfs_sb/ { structon = 1; next } structon && $2 ~ /^sb_/ { sub(/[;,]/,"",$2) + sub(/XFSLABEL_MAX/,"12",$2) printf("printf(\"offsetof(xfs_sb_t, %s) = \\%zu\\n\", offsetof(xfs_sb_t, %s));", $2, $2); next} structon && /}/ { structon = 0; next} '>>$cprog