Index: /trunk/src/VBox/Devices/Network/slirp/slirp.h
===================================================================
--- /trunk/src/VBox/Devices/Network/slirp/slirp.h	(revision 22877)
+++ /trunk/src/VBox/Devices/Network/slirp/slirp.h	(revision 22878)
@@ -377,13 +377,14 @@
 # ifdef DEBUG
 #  define LIBALIAS_DEBUG
-#  ifdef fprintf
-#   undef fprintf
-#  endif
-#  ifdef fflush
-#   undef fflush
-#  endif
-#  ifdef printf
-#   undef printf
-#  endif
+# endif
+# ifdef fprintf
+#  undef fprintf
+# endif
+# ifdef fflush
+#  undef fflush
+# endif
+# ifdef printf
+#  undef printf
+# endif
 # define fflush(x) do{} while(0)
 # define fprintf vbox_slirp_fprintf
@@ -415,5 +416,4 @@
     va_end(args);
 }
-# endif /* DEBUG */
 #endif /*VBOX_SLIRP_ALIAS*/
 
