etm_context_t -> struct etm_context

Remove misleading typedef and redundant suffix from struct etm_context.
This commit is contained in:
Zachary T Welch
2009-11-13 09:35:48 -08:00
parent 6421c2075c
commit d0c19e0a9d
8 changed files with 47 additions and 47 deletions

View File

@@ -48,7 +48,7 @@ enum
struct oocd_trace
{
etm_context_t *etm_ctx;
struct etm_context *etm_ctx;
char *tty;
int tty_fd;
struct termios oldtio, newtio;