summaryrefslogtreecommitdiff
path: root/net/coda/patches/patch-coda-src_kerndep_pioctl.h
diff options
context:
space:
mode:
authorhauke <hauke>2015-01-28 13:11:22 +0000
committerhauke <hauke>2015-01-28 13:11:22 +0000
commit85333584b0cfb3277f5aa91cde09d6566e426f09 (patch)
treedbfd674d3280907e1bf659eb156ad7912c8190f6 /net/coda/patches/patch-coda-src_kerndep_pioctl.h
parenta0f246284809c10448313c82202a00dd865aea3d (diff)
downloadpkgsrc-85333584b0cfb3277f5aa91cde09d6566e426f09.tar.gz
Per maintainer's wishes, restrict OS support patches to platforms
that ship with Coda kernel support, which excludes SunOS at this time. Those patches should go upstream, instead. Remove reference to coda.wikidev.net, it went 404.
Diffstat (limited to 'net/coda/patches/patch-coda-src_kerndep_pioctl.h')
-rw-r--r--net/coda/patches/patch-coda-src_kerndep_pioctl.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/coda/patches/patch-coda-src_kerndep_pioctl.h b/net/coda/patches/patch-coda-src_kerndep_pioctl.h
deleted file mode 100644
index c3fd5f63cb9..00000000000
--- a/net/coda/patches/patch-coda-src_kerndep_pioctl.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-coda-src_kerndep_pioctl.h,v 1.3 2015/01/27 15:21:52 hauke Exp $
-
-SunOS wants missing _IOC* defines, too.
-
---- coda-src/kerndep/pioctl.h.orig 2006-11-03 15:58:08.000000000 +0000
-+++ coda-src/kerndep/pioctl.h
-@@ -81,7 +81,7 @@ int pioctl(const char *path, unsigned lo
- /* unpacking macros */
- #ifndef _IOC_NR
-
--#if defined(__NetBSD__) || defined(__FreeBSD__)
-+#if defined(__NetBSD__) || defined(__FreeBSD__) || (defined (__sun) && defined(__SVR4))
- #define _IOC_TYPEMASK 0xff
- #define _IOC_TYPESHIFT 8
- #define _IOC_NRMASK 0xff