From: Erik van der Kouwe Date: Thu, 11 Nov 2010 14:12:48 +0000 (+0000) Subject: Remove global variable 'i' X-Git-Tag: v3.2.0~749 X-Git-Url: http://zhaoyanbai.com/repos/nsupdate.html?a=commitdiff_plain;h=afeb2463289a16565a7dc747c08b08a7ec6d1adf;p=minix.git Remove global variable 'i' --- 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 */