From d12359938bb45a12bbf965390ed612389c66ba52 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 8 Apr 2004 19:53:17 +0000 Subject: [PATCH] (iop, iop_t): Unused, remove. --- include/empio.h | 2 -- src/scripts/indent-emp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/include/empio.h b/include/empio.h index ac7ea4df1..d85392ab0 100644 --- a/include/empio.h +++ b/include/empio.h @@ -36,8 +36,6 @@ #include /* struct timeval */ -typedef struct iop *iop_t; - #define IO_READ 0x1 #define IO_WRITE 0x2 #define IO_NEWSOCK 0x4 diff --git a/src/scripts/indent-emp b/src/scripts/indent-emp index f3f1180b8..8131e49fd 100755 --- a/src/scripts/indent-emp +++ b/src/scripts/indent-emp @@ -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 -- 2.43.0