Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / kernel / vserver / history.c
index bc63638..6e7e8b5 100644 (file)
@@ -11,7 +11,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/errno.h>
 #include <linux/module.h>
 #include <linux/types.h>
@@ -64,7 +63,7 @@ struct _vx_hist_entry *vxh_advance(void *loc)
 }
 
 
-#define VXH_LOC_FMTS   "(#%04x,*%d): %p"
+#define VXH_LOC_FMTS   "(#%04x,*%d):%p"
 
 #define VXH_LOC_ARGS(e)        (e)->seq, cpu, (e)->loc