summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-05-12 00:55:22 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-05-12 00:55:22 +0000
commit5568760db1e49bff23a32db67d7cd80a60a2f4b4 (patch)
tree80315af922f196ec4e7986d701d439f3ce12b69b /net-fs/coda/files
parentAdded s390 keywords (Manifest recommit) (diff)
downloadgentoo-2-5568760db1e49bff23a32db67d7cd80a60a2f4b4.tar.gz
gentoo-2-5568760db1e49bff23a32db67d7cd80a60a2f4b4.tar.bz2
gentoo-2-5568760db1e49bff23a32db67d7cd80a60a2f4b4.zip
version bump Thanks to Sebastian Droege <sebastian.droege@gmx.de> in bug#50632. Changed maintainers to include net-fs. Work still required to automate install"
Diffstat (limited to 'net-fs/coda/files')
-rw-r--r--net-fs/coda/files/coda-6.0.6-gcc3.4.patch46
-rw-r--r--net-fs/coda/files/digest-coda-6.0.61
2 files changed, 47 insertions, 0 deletions
diff --git a/net-fs/coda/files/coda-6.0.6-gcc3.4.patch b/net-fs/coda/files/coda-6.0.6-gcc3.4.patch
new file mode 100644
index 000000000000..246310ac9033
--- /dev/null
+++ b/net-fs/coda/files/coda-6.0.6-gcc3.4.patch
@@ -0,0 +1,46 @@
+diff -Naur coda-6.0.6.old/coda-src/kerndep/pioctl.h coda-6.0.6/coda-src/kerndep/pioctl.h
+--- coda-6.0.6.old/coda-src/kerndep/pioctl.h 2003-05-23 20:26:31.000000000 +0200
++++ coda-6.0.6/coda-src/kerndep/pioctl.h 2004-05-10 15:28:51.172684560 +0200
+@@ -100,7 +100,8 @@
+
+
+ /* people who understand ioctling probably know why this is useful... */
+-#define _VICEIOCTL(id) (_IOW('V', id, struct ViceIoctl))
++//#define _VICEIOCTL(id) (_IOW('V', id, struct ViceIoctl))
++#define _VICEIOCTL(id) (_IOC(_IOC_WRITE,'V',id,sizeof(struct ViceIoctl)))
+ #define _VALIDVICEIOCTL(com) (com >= _VICEIOCTL(0) && com <= _VICEIOCTL(255))
+
+
+diff -Naur coda-6.0.6.old/coda-src/venus/comm.cc coda-6.0.6/coda-src/venus/comm.cc
+--- coda-6.0.6.old/coda-src/venus/comm.cc 2004-02-02 20:32:34.000000000 +0100
++++ coda-6.0.6/coda-src/venus/comm.cc 2004-05-10 14:52:08.982468360 +0200
+@@ -173,7 +173,7 @@
+ sei.AckPoint = sftp_ackpoint;
+ sei.PacketSize = sftp_packetsize;
+ sei.EnforceQuota = 1;
+- sei.Port.Tag = (enum PortTag)0;
++ sei.Port.Tag = (PortTag)0;
+ SFTP_Activate(&sei);
+
+ /* RPC2 initialization. */
+diff -Naur coda-6.0.6.old/coda-src/venus/fso.h coda-6.0.6/coda-src/venus/fso.h
+--- coda-6.0.6.old/coda-src/venus/fso.h 2004-03-05 22:15:53.000000000 +0100
++++ coda-6.0.6/coda-src/venus/fso.h 2004-05-10 14:49:23.400640624 +0200
+@@ -539,7 +539,7 @@
+ void DetachHdbBindings();
+ void DetachHdbBinding(binding *, int =0);
+ int PredetermineFetchState(int, int);
+- void SetFetchAllowed(enum HoardFetchState new_state)
++ void SetFetchAllowed(HoardFetchState new_state)
+ { FetchAllowed = new_state; }
+ int IsFetchAllowed()
+ { if (FetchAllowed == HF_Fetch)
+@@ -547,7 +547,7 @@
+ else
+ return 0;
+ }
+- void SetAskingAllowed(enum HoardAskState new_state)
++ void SetAskingAllowed(HoardAskState new_state)
+ { AskingAllowed = new_state; }
+ int IsAskingAllowed()
+ { if (AskingAllowed == HA_Ask)
diff --git a/net-fs/coda/files/digest-coda-6.0.6 b/net-fs/coda/files/digest-coda-6.0.6
new file mode 100644
index 000000000000..c59c07b92ede
--- /dev/null
+++ b/net-fs/coda/files/digest-coda-6.0.6
@@ -0,0 +1 @@
+MD5 1feb4b431b72f725b568cc57a759714f coda-6.0.6.tar.gz 1497287