diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 15:45:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 15:45:29 +0000 |
commit | 5d1c755d80a12ff4ecbdfaba89af3e7577e4839b (patch) | |
tree | d7e7b2608ff4b78cfc33f5047c142a91d774efce | |
parent | ea7a325b01476bd15310b76b56d8f5b2ac27ce43 (diff) |
Kill unused PARTITIONMASK define; ok deraadt@
-rw-r--r-- | sys/arch/mvme68k/include/autoconf.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/include/autoconf.h b/sys/arch/mvme68k/include/autoconf.h index 4a3a7be2549..d435c4c4aaa 100644 --- a/sys/arch/mvme68k/include/autoconf.h +++ b/sys/arch/mvme68k/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.9 2004/07/02 17:57:32 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.10 2005/08/01 15:45:28 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -55,9 +55,6 @@ int bootpart; /* boot partition (disk) */ struct device *bootdv; /* boot device */ -/* PARTITIONSHIFT from disklabel.h */ -#define PARTITIONMASK ((1 << PARTITIONSHIFT) - 1) - void *mapiodev(void *pa, int size); void unmapiodev(void *kva, int size); |