socsvn commit: r272422 - soc2014/op/tests/ksp-tester/kmod

op at FreeBSD.org op at FreeBSD.org
Thu Aug 14 17:55:57 UTC 2014


Author: op
Date: Thu Aug 14 17:55:56 2014
New Revision: 272422
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272422

Log:
  fixed build in svn version too
  
  Signed-off-by: Oliver Pinter <oliver.pntr at gmail.com>
  
  

Modified:
  soc2014/op/tests/ksp-tester/kmod/ksp-tester-kld.c

Modified: soc2014/op/tests/ksp-tester/kmod/ksp-tester-kld.c
==============================================================================
--- soc2014/op/tests/ksp-tester/kmod/ksp-tester-kld.c	Thu Aug 14 16:45:02 2014	(r272421)
+++ soc2014/op/tests/ksp-tester/kmod/ksp-tester-kld.c	Thu Aug 14 17:55:56 2014	(r272422)
@@ -13,7 +13,7 @@
 #include <sys/linker.h>
 #include <sys/selfpatch.h>
 
-#include "opt_ksp.h"
+#include "opt_selfpatch.h"
 
 #ifndef	KSP_DEBUG
 #error "KSP_DEBUG must set at kernel build time to properly use this test"


More information about the svn-soc-all mailing list