Date: Thu, 14 Aug 2014 17:55:56 GMT From: op@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r272422 - soc2014/op/tests/ksp-tester/kmod Message-ID: <201408141755.s7EHtu4q030119@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408141755.s7EHtu4q030119>