]> Zhao Yanbai Git Server - minix.git/commitdiff
Remove global variable 'i'
authorErik van der Kouwe <erik@minix3.org>
Thu, 11 Nov 2010 14:12:48 +0000 (14:12 +0000)
committerErik van der Kouwe <erik@minix3.org>
Thu, 11 Nov 2010 14:12:48 +0000 (14:12 +0000)
include/minix/profile.h

index f2e373c955fe0d9a4504376145bbc6f2dc4711c2..74de601ef1879227405c7e7a5f063d2107bf2b2c 100644 (file)
@@ -35,7 +35,7 @@ struct sprof_sample {
 struct sprof_proc {
        endpoint_t      proc;
        char            name[8];
-}i;
+};
 
 #endif /* SPROFILE */