with the "attribute packed" stuff for the efi/efd items etc..
It is confusing the parsing which works out the type names.
Merge of master-melb:xfs-cmds:31658a by kenmcd.
fi
}
+_attribute_filter()
+{
+ sed -e 's/__attribute__ *[(][(]packed[)][)]//' \
+ -e 's/__arch_pack//'
+}
+
cprog=$tmp.get_structs.c
oprog=$tmp.get_structs
progout=$tmp.output
# Printfs of typedef sizes
#
cat /usr/include/xfs/xfs*.h | indent |\
-sed -e 's/__attribute__ *[(][(]packed[)][)]//' |\
+_attribute_filter |\
tee $seq.full |\
egrep '} *xfs_.*_t' |\
egrep -v -f $tmp.ignore |\