summaryrefslogtreecommitdiff
path: root/shells/tcsh/files/extra-patch-host.defs
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/files/extra-patch-host.defs')
-rw-r--r--shells/tcsh/files/extra-patch-host.defs16
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/tcsh/files/extra-patch-host.defs b/shells/tcsh/files/extra-patch-host.defs
deleted file mode 100644
index c82572be82ff..000000000000
--- a/shells/tcsh/files/extra-patch-host.defs
+++ /dev/null
@@ -1,16 +0,0 @@
---- host.defs.old Fri Jul 21 14:49:18 2000
-+++ host.defs Fri Jul 21 14:50:28 2000
-@@ -499,10 +499,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 :
-
-