Index: gdb_indent.sh =================================================================== RCS file: /cvs/src/src/gdb/gdb_indent.sh,v retrieving revision 1.6 diff -u -r1.6 gdb_indent.sh --- gdb_indent.sh 27 Jan 2003 21:16:06 -0000 1.6 +++ gdb_indent.sh 11 Apr 2003 18:06:00 -0000 @@ -73,8 +73,8 @@ types="\ -T FILE \ --T bfd -T asection \ --T prgregset_t -T fpregset_t -T gregset_t \ +-T bfd -T asection -T pid_t \ +-T prgregset_t -T fpregset_t -T gregset_t -T sigset_t \ `cat *.h | sed -n \ -e 's/^.*[^a-z0-9_]\([a-z0-9_]*_ftype\).*$/-T \1/p' \ -e 's/^.*[^a-z0-9_]\([a-z0-9_]*_func\).*$/-T \1/p' \