Date: Sat, 21 Mar 2015 19:06:23 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381816 - head/misc/dahdi-kmod26/files Message-ID: <201503211906.t2LJ6NjV068291@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/param.h> + #include <sys/types.h> + #include <sys/taskqueue.h> + #include <linux/kernel.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503211906.t2LJ6NjV068291>