From ec7bb87229648cf42aa7c10e005dd7e623dd6110 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 29 Sep 1997 02:17:42 +0000 Subject: [PATCH] oops, I seem to have forgotten to commit this. redirect _cam_imask to cam_imask when compiling under elf. --- sys/i386/include/asnames.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h index cf79662c3f2a..3330915fbff2 100644 --- a/sys/i386/include/asnames.h +++ b/sys/i386/include/asnames.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: asnames.h,v 1.8 1997/09/13 16:00:30 peter Exp $ + * $Id: asnames.h,v 1.9 1997/09/21 15:03:59 peter Exp $ */ #ifndef _MACHINE_ASNAMES_H_ @@ -182,6 +182,7 @@ #define _bootinfo bootinfo #define _bootstrap_gdt bootstrap_gdt #define _bzero bzero +#define _cam_imask cam_imask #define _clock_lock clock_lock #define _cnt cnt #define _common_tss common_tss