diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 11:41:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 11:41:23 +0000 |
commit | 764ac08b5b4f4c5547af95d98b8f40627150dc0d (patch) | |
tree | 2cee932d022c753d77d39e674700a80114e5211a /sys | |
parent | 6f21c7fd9024b93e0835f615bcddc1bb3cc6e509 (diff) |
rely on __alpha__ instead of alpha
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/tc/if_levar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/if_levar.h b/sys/dev/tc/if_levar.h index 0f8733943d7..ac7546fe800 100644 --- a/sys/dev/tc/if_levar.h +++ b/sys/dev/tc/if_levar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_levar.h,v 1.7 2003/06/02 23:28:04 millert Exp $ */ +/* $OpenBSD: if_levar.h,v 1.8 2010/05/23 11:41:22 deraadt Exp $ */ /* $NetBSD: if_levar.h,v 1.4 1997/03/15 18:12:07 is Exp $ */ /*- @@ -39,12 +39,12 @@ struct lereg1 { volatile u_int16_t ler1_rdp; /* data port */ int16_t pad0; -#ifdef alpha +#if defined(__alpha__) int32_t pad1; #endif volatile u_int16_t ler1_rap; /* register select port */ int16_t pad2; -#ifdef alpha +#if defined(__alpha__) int32_t pad3; #endif }; |