summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand/libsa/ct.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/stand/libsa/ct.c')
-rw-r--r--sys/arch/hppa/stand/libsa/ct.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/stand/libsa/ct.c b/sys/arch/hppa/stand/libsa/ct.c
index f5b3421b92e..21751ec8943 100644
--- a/sys/arch/hppa/stand/libsa/ct.c
+++ b/sys/arch/hppa/stand/libsa/ct.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ct.c,v 1.1 1998/06/23 18:46:42 mickey Exp $ */
+/* $OpenBSD: ct.c,v 1.2 1998/07/08 21:34:33 mickey Exp $ */
/* $NOWHERE: ct.c,v 2.2 1998/06/22 18:41:34 mickey Exp $ */
/*
@@ -64,7 +64,7 @@
#include "dev_hppa.h"
-int (*ctiodc)(); /* cartridge tape IODC entry point */
+iodcio_t ctiodc; /* cartridge tape IODC entry point */
int ctcode[IODC_MAXSIZE/sizeof(int)];
/* hp800-specific comments:
@@ -101,7 +101,7 @@ ctopen(f)
printf("ct: device ENTRY_IO Read ret'd %d\n", ret);
return (EIO);
} else
- ctdev.pz_iodc_io = ctiodc = (int (*)()) ctcode;
+ ctdev.pz_iodc_io = ctiodc = (iodcio_t) ctcode;
}
if (ctiodc != NULL)