From c6bb23155473b630978e7beb9e6d6f74a44d1160 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 9 Feb 1996 15:53:40 +0000 Subject: [PATCH] * aux-coff.h: Rename from aux.h, to avoid problems on hapless DOS systems which think that aux is a com port. --- include/coff/.Sanitize | 2 +- include/coff/{aux.h => aux-coff.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename include/coff/{aux.h => aux-coff.h} (100%) diff --git a/include/coff/.Sanitize b/include/coff/.Sanitize index b84f971035d..9739f0605bd 100644 --- a/include/coff/.Sanitize +++ b/include/coff/.Sanitize @@ -29,7 +29,7 @@ a29k.h alpha.h apollo.h arm.h -aux.h +aux-coff.h ecoff.h h8300.h h8500.h diff --git a/include/coff/aux.h b/include/coff/aux-coff.h similarity index 100% rename from include/coff/aux.h rename to include/coff/aux-coff.h -- 2.30.2