diff options
author | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:19:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:19:19 +0000 |
commit | 85c67c3149f422262229302d7a16ebf4d0a582f3 (patch) | |
tree | 6fa791f8ce2071b552bfdfdf23f18e3ea8206127 /shells/tcsh/files/patch-ad | |
parent | - Fix compilation error under XFree86 4.x (diff) |
Update to version 6.10.00.
PR: 23078
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=35841
Diffstat (limited to 'shells/tcsh/files/patch-ad')
-rw-r--r-- | shells/tcsh/files/patch-ad | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/tcsh/files/patch-ad b/shells/tcsh/files/patch-ad deleted file mode 100644 index c82572be82ff..000000000000 --- a/shells/tcsh/files/patch-ad +++ /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 : - - |