summaryrefslogtreecommitdiff
path: root/net/coda_client
diff options
context:
space:
mode:
authorsommerfe <sommerfe@pkgsrc.org>1999-02-24 07:47:14 +0000
committersommerfe <sommerfe@pkgsrc.org>1999-02-24 07:47:14 +0000
commite74102a6ff583aed4f21ffa62353a48d6950f397 (patch)
tree132da39a2db3c28e023e1c7468d033666da9b35d /net/coda_client
parent5662400933473f3c83ad1e18fb6ef2e4de473a3c (diff)
downloadpkgsrc-e74102a6ff583aed4f21ffa62353a48d6950f397.tar.gz
Add systype/cputype for arm32
Diffstat (limited to 'net/coda_client')
-rw-r--r--net/coda_client/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/coda_client/patches/patch-ab b/net/coda_client/patches/patch-ab
new file mode 100644
index 00000000000..7912b86f872
--- /dev/null
+++ b/net/coda_client/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.5 1999/02/24 07:47:14 sommerfe Exp $
+
+--- coda-src/venus/fso_cfscalls2.cc~ Wed Oct 7 20:11:22 1998
++++ coda-src/venus/fso_cfscalls2.cc Wed Feb 24 01:52:18 1999
+@@ -538,6 +538,10 @@
+ static char cputype [] = "i386";
+ static char systype [] = "i386_nbsd1";
+ #endif /* i386 */
++#ifdef arm32
++static char cputype [] = "arm32";
++static char systype [] = "arm32_nbsd1";
++#endif /* arm32 */
+ #endif /* __NetBSD__ */
+
+ #ifdef __FreeBSD__