summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-11-16 12:59:00 -0500
committerAdam Jackson <ajax@redhat.com>2011-11-16 12:59:00 -0500
commit9ce6499f013a5b6fdc9440fd3213dbb28b3bf1be (patch)
tree5566a271771ba8cbfc2f7fd01230e56c56e4bb8f
parent6f8a776f792c02779a34c911f803fde8c09b93f6 (diff)
s/IOADDRESS/unsigned long/
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/apm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apm.h b/src/apm.h
index bc66714..86c7663 100644
--- a/src/apm.h
+++ b/src/apm.h
@@ -109,7 +109,7 @@ typedef struct {
char *MemMap;
pointer BltMap;
Bool UnlockCalled;
- IOADDRESS iobase, xport, xbase;
+ unsigned long iobase, xport, xbase;
unsigned char savedSR10;
CARD8 MiscOut;
CARD8 c9, d9, db, Rush;