]> git.pond.sub.org Git - empserver/blobdiff - src/scripts/indent-emp
(iop, iop_t): Unused, remove.
[empserver] / src / scripts / indent-emp
index f3f1180b82009ea676c4e7815d3d40907f46fdd3..8131e49fd8bd7bf2417068e8e856172329625fb1 100755 (executable)
@@ -2,7 +2,7 @@
 
 # indent needs to know type names do to a proper job.
 # Type names located with grep typedef, then extracted by hand:
-types="caddr_t coord empth_sem_t empth_t iop_t loc_Sem_t loc_Thread_t natid ns_seltype nsc_cat nsc_flags nsc_type packed_nsc_cat packed_nsc_type qsort_func_t s_char stkalign_t u_char u_int u_short"
+types="caddr_t coord empth_sem_t empth_t loc_Sem_t loc_Thread_t natid ns_seltype nsc_cat nsc_flags nsc_type packed_nsc_cat packed_nsc_type qsort_func_t s_char stkalign_t u_char u_int u_short"
 
 opts="-kr -cdw -cp8 -ncs -psl -ss"
 for t in $types