aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:11:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:11:19 +0000
commita37447812bc2f210f7996db509d6f756b7072d93 (patch)
tree26d2947da1c917b609c88b4448730f4eb5cbeeea /net
parent41e30cfd533ee5b04ba0c7a23543dc2683584ce6 (diff)
downloadports-a37447812bc2f210f7996db509d6f756b7072d93.tar.gz
ports-a37447812bc2f210f7996db509d6f756b7072d93.zip
- Unbreak on 8.X
PR: ports/137147 Submitted by: Andrey <nsand@sura.ru>
Notes
Notes: svn path=/head/; revision=238377
Diffstat (limited to 'net')
-rw-r--r--net/skyfish/files/patch-8x15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/skyfish/files/patch-8x b/net/skyfish/files/patch-8x
new file mode 100644
index 000000000000..780b3c8f9d0f
--- /dev/null
+++ b/net/skyfish/files/patch-8x
@@ -0,0 +1,15 @@
+--- module/drv.h.orig 2008-10-14 12:50:44.000000000 +0400
++++ module/drv.h 2009-07-23 22:03:04.000000000 +0400
+@@ -89,7 +89,12 @@
+ if (fifobuf == NULL) {
+ printf("no memory for buffer\n");
+ return -1;}
++#if __FreeBSD_version < 800000
+ knlist_init(&echo_rsel.si_note, NULL, NULL, NULL, NULL);
++#else
++ knlist_init(&echo_rsel.si_note, NULL, NULL, NULL, NULL,NULL);
++#endif
++
+ socketlock = 0;
+ break;
+ case MOD_UNLOAD: