From afeb2463289a16565a7dc747c08b08a7ec6d1adf Mon Sep 17 00:00:00 2001 From: Erik van der Kouwe Date: Thu, 11 Nov 2010 14:12:48 +0000 Subject: [PATCH] Remove global variable 'i' --- include/minix/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minix/profile.h b/include/minix/profile.h index f2e373c95..74de601ef 100644 --- a/include/minix/profile.h +++ b/include/minix/profile.h @@ -35,7 +35,7 @@ struct sprof_sample { struct sprof_proc { endpoint_t proc; char name[8]; -}i; +}; #endif /* SPROFILE */ -- 2.44.0