From owner-svn-soc-all@FreeBSD.ORG Thu Aug 14 17:55:57 2014 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 211C125C for ; Thu, 14 Aug 2014 17:55:57 +0000 (UTC) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DD6727E3 for ; Thu, 14 Aug 2014 17:55:57 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7EHtuf7030121 for ; Thu, 14 Aug 2014 17:55:56 GMT (envelope-from op@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id s7EHtu4q030119 for svn-soc-all@FreeBSD.org; Thu, 14 Aug 2014 17:55:56 GMT (envelope-from op@FreeBSD.org) Date: Thu, 14 Aug 2014 17:55:56 GMT Message-Id: <201408141755.s7EHtu4q030119@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to op@FreeBSD.org using -f From: op@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r272422 - soc2014/op/tests/ksp-tester/kmod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 17:55:57 -0000 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 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 #include -#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"