summaryrefslogtreecommitdiff
path: root/net/coda_server/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/coda_server/patches/patch-ab')
-rw-r--r--net/coda_server/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/coda_server/patches/patch-ab b/net/coda_server/patches/patch-ab
new file mode 100644
index 00000000000..32a1e7168ca
--- /dev/null
+++ b/net/coda_server/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.5 1999/04/27 20:43:11 rvb 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__