From 99a0949b720a0936da2052cb9a46db04ffc6db29 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 1 Oct 2009 22:20:47 +0400 Subject: Get rid of _t suffix Some not so obvious bits, slirp and Xen were left alone for the time being. Signed-off-by: malc --- darwin-user/machload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'darwin-user/machload.c') diff --git a/darwin-user/machload.c b/darwin-user/machload.c index 4bb5c72..027976b 100644 --- a/darwin-user/machload.c +++ b/darwin-user/machload.c @@ -101,7 +101,7 @@ typedef struct mach_i386_thread_state { unsigned int es; unsigned int fs; unsigned int gs; -} mach_i386_thread_state_t; +}; void bswap_i386_thread_state(struct mach_i386_thread_state *ts) { -- cgit v1.1