summaryrefslogtreecommitdiff
path: root/net/skyfish/files/patch-8x
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/skyfish/files/patch-8x
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes: svn path=/head/; revision=366967
Diffstat (limited to 'net/skyfish/files/patch-8x')
-rw-r--r--net/skyfish/files/patch-8x15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/skyfish/files/patch-8x b/net/skyfish/files/patch-8x
deleted file mode 100644
index 780b3c8f9d0f..000000000000
--- a/net/skyfish/files/patch-8x
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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: