summaryrefslogtreecommitdiffstats
path: root/source/profile/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/profile/profile.c')
-rw-r--r--source/profile/profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/profile/profile.c b/source/profile/profile.c
index e6ad610d89f..cde3bb35a56 100644
--- a/source/profile/profile.c
+++ b/source/profile/profile.c
@@ -24,11 +24,11 @@
#ifdef WITH_PROFILE
#define IPC_PERMS ((SHM_R | SHM_W) | (SHM_R>>3) | (SHM_R>>6))
-#endif /* WITH_PROFILE */
-
static int shm_id;
static BOOL read_only;
+#endif /* WITH_PROFILE */
+
struct profile_header *profile_h;
struct profile_stats *profile_p;