]> git.pond.sub.org Git - empserver/commitdiff
(iop, iop_t): Unused, remove.
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 8 Apr 2004 19:53:17 +0000 (19:53 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 8 Apr 2004 19:53:17 +0000 (19:53 +0000)
include/empio.h
src/scripts/indent-emp

index ac7ea4df1840d86fbba1e6ae29fe5ad2d88bc5da..d85392ab0eb9f3cfddee1dac3786399ec12cbfdf 100644 (file)
@@ -36,8 +36,6 @@
 
 #include <time.h>              /* struct timeval */
 
-typedef struct iop *iop_t;
-
 #define        IO_READ         0x1
 #define IO_WRITE       0x2
 #define IO_NEWSOCK     0x4
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