Index: /trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp	(revision 27491)
+++ /trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp	(revision 27492)
@@ -43,6 +43,4 @@
 #include <sys/mman.h>
 
-
-#ifdef IN_RING3
 
 /**
@@ -198,4 +196,2 @@
     return RTErrConvertFromErrno(errno);
 }
-
-#endif
Index: /trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp	(revision 27491)
+++ /trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp	(revision 27492)
@@ -72,6 +72,4 @@
 
 
-
-#ifdef IN_RING3
 
 /**
@@ -274,4 +272,2 @@
     return RTErrConvertFromErrno(errno);
 }
-
-#endif
Index: /trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp	(revision 27491)
+++ /trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp	(revision 27492)
@@ -44,6 +44,4 @@
 #include <strings.h>
 
-
-#ifdef IN_RING3
 
 /**
@@ -205,4 +203,2 @@
     return RTErrConvertFromErrno(errno);
 }
-
-#endif
