diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-25 20:57:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-25 20:57:00 +0000 |
commit | 7fdd0b4f5f1150954e76eae066b86bdec5c40fb5 (patch) | |
tree | aac171e2a3c49267c1817fda922de073377c1abd /sys/arch/hp300/dev/sdvar.h | |
parent | 7ab7d0b1d1e067c9900725b57ccd0964daa1ff60 (diff) |
Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase.
Diffstat (limited to 'sys/arch/hp300/dev/sdvar.h')
-rw-r--r-- | sys/arch/hp300/dev/sdvar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hp300/dev/sdvar.h b/sys/arch/hp300/dev/sdvar.h index 78813016d9f..5be443977c5 100644 --- a/sys/arch/hp300/dev/sdvar.h +++ b/sys/arch/hp300/dev/sdvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sdvar.h,v 1.10 2002/03/14 01:26:30 millert Exp $ */ +/* $OpenBSD: sdvar.h,v 1.11 2002/12/25 20:56:59 miod Exp $ */ /* $NetBSD: sdvar.h,v 1.7 1997/03/31 07:40:07 scottr Exp $ */ /* @@ -74,9 +74,9 @@ struct sd_softc { #define SDF_RMEDIA 0x20 #define SDF_ERROR 0x40 -#define sdunit(x) DISKUNIT(x) -#define sdpart(x) DISKPART(x) -#define sdlabdev(d) MAKEDISKDEV(major(d), sdunit(d), RAW_PART) +#define SDUNIT(x) DISKUNIT(x) +#define SDPART(x) DISKPART(x) +#define SDLABELDEV(d) MAKEDISKDEV(major(d), SDUNIT(d), RAW_PART) #define b_cylin b_resid |