summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/files/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/tcsh/files/patch-ad b/shells/tcsh/files/patch-ad
new file mode 100644
index 000000000000..c6ea6223a72c
--- /dev/null
+++ b/shells/tcsh/files/patch-ad
@@ -0,0 +1,16 @@
+--- host.defs.orig Mon Jun 21 20:11:51 1999
++++ host.defs Mon Jun 21 20:14:16 1999
+@@ -494,10 +494,12 @@
+
+ newdef : defined(__FreeBSD__)
+ comment : FreeBSD
++vendor : defined(__alpha) : "digital"
+ vendor : defined(M_intel) : "intel"
+ hosttype: : "FreeBSD"
+ ostype : : "FreeBSD"
+-machtype: : "i386"
++machtype: defined(__alpha) : "alpha"
++machtype: defined(M_i386) : "i386"
+ enddef :
+
+