diff --git a/122 b/122 index d49ed672..a5d9e8f3 100755 --- a/122 +++ b/122 @@ -137,7 +137,7 @@ echo 'int main(int argc, char *argv[]) {' >>$cprog # cat /usr/include/xfs/xfs*.h | indent |\ sed -e 's/__attribute__ *[(][(]packed[)][)]//' |\ -tee shit |\ +tee $seq.full |\ egrep '} *xfs_.*_t' |\ egrep -v -f $tmp.ignore |\ awk '{sub(/[;,]/,"",$2); print "printf(\"sizeof(", $2, ") = %d\\n\", sizeof(", $2, "));"}' \