From owner-svn-ports-all@FreeBSD.ORG Sat Mar 21 19:06:23 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FBF428B; Sat, 21 Mar 2015 19:06:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C102C10; Sat, 21 Mar 2015 19:06:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2LJ6NVV068292; Sat, 21 Mar 2015 19:06:23 GMT (envelope-from fjoe@FreeBSD.org) Received: (from fjoe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2LJ6NjV068291; Sat, 21 Mar 2015 19:06:23 GMT (envelope-from fjoe@FreeBSD.org) Message-Id: <201503211906.t2LJ6NjV068291@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: fjoe set sender to fjoe@FreeBSD.org using -f From: Max Khon Date: Sat, 21 Mar 2015 19:06:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381816 - head/misc/dahdi-kmod26/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2015 19:06:23 -0000 Author: fjoe Date: Sat Mar 21 19:06:22 2015 New Revision: 381816 URL: https://svnweb.freebsd.org/changeset/ports/381816 QAT: https://qat.redports.org/buildarchive/r381816/ Log: Unbreak build on -CURRENT (missing include). Added: head/misc/dahdi-kmod26/files/patch-include-linux-interrupt.h (contents, props changed) Added: head/misc/dahdi-kmod26/files/patch-include-linux-interrupt.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/dahdi-kmod26/files/patch-include-linux-interrupt.h Sat Mar 21 19:06:22 2015 (r381816) @@ -0,0 +1,10 @@ +--- include/linux/interrupt.h.orig 2015-03-22 01:01:33.625611000 +0600 ++++ include/linux/interrupt.h 2015-03-22 01:01:42.854520000 +0600 +@@ -1,6 +1,7 @@ + #ifndef _LINUX_INTERRUPT_H_ + #define _LINUX_INTERRUPT_H_ + ++#include + #include + #include + #include