diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-03 10:00:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-03 10:00:14 +0000 |
commit | 28544ded45b3fe46cb7c91f7a25baf2a680f6e67 (patch) | |
tree | cb71cb4c0a2bcd0d4dbd5eddb451228cfa4e71e1 /sys/arch/vax/uba/ubareg.h | |
parent | 595cbd2e050401adf0cab2bab6ce52f902dfbb54 (diff) |
fix LOCORE->_LOCORE changes.
Diffstat (limited to 'sys/arch/vax/uba/ubareg.h')
-rw-r--r-- | sys/arch/vax/uba/ubareg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/vax/uba/ubareg.h b/sys/arch/vax/uba/ubareg.h index be7dd1ab475..f715debad4d 100644 --- a/sys/arch/vax/uba/ubareg.h +++ b/sys/arch/vax/uba/ubareg.h @@ -95,7 +95,7 @@ #define UBAIOADDR 0760000 /* start of I/O page */ #define UBAIOPAGES 16 -#ifndef LOCORE +#ifndef _LOCORE /* * DWBUA hardware registers. */ |