From: Arun Thomas Date: Fri, 8 Jul 2011 16:10:56 +0000 (+0200) Subject: profile.h: Don't hide structs and macros X-Git-Tag: v3.2.0~481 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-importkey.html?a=commitdiff_plain;h=170457b73fedef750b351762dde24454ed0121b9;p=minix.git profile.h: Don't hide structs and macros --- diff --git a/common/include/minix/profile.h b/common/include/minix/profile.h index 8563eafe2..c7cd7040f 100644 --- a/common/include/minix/profile.h +++ b/common/include/minix/profile.h @@ -9,8 +9,6 @@ * statistical profiling and call profiling. */ -#if SPROFILE - # define PROF_START 0 /* start statistical profiling */ # define PROF_STOP 1 /* stop statistical profiling */ @@ -37,9 +35,6 @@ struct sprof_proc { char name[8]; }; -#endif /* SPROFILE */ - - #include # define PROF_GET 2 /* get call profiling tables */