mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
* net/coda6_server and net/coda6_client from 6.0.7 to 6.1.1 and thus un-DEPRECATE them * devel/rvm from 1.10 to 1.13 * devel/lwp from 1.12 to 2.3 * devel/rpc2 from 1.28 to 2.2 These four are tightly related so I upgrade them in one.. well.. changeset
11 lines
330 B
C
11 lines
330 B
C
--- coda-src/kerndep/pioctl.h.orig Thu Oct 5 11:54:04 2006
|
|
+++ coda-src/kerndep/pioctl.h Thu Oct 5 11:54:20 2006
|
|
@@ -81,7 +81,7 @@
|
|
/* unpacking macros */
|
|
#ifndef _IOC_NR
|
|
|
|
-#if defined(__NetBSD__)
|
|
+#if defined(__NetBSD__) || defined(__FreeBSD__)
|
|
#define _IOC_TYPEMASK 0xff
|
|
#define _IOC_TYPESHIFT 8
|
|
#define _IOC_NRMASK 0xff
|