diff options
Diffstat (limited to 'sys/arch/powerpc/mac/akbd.c')
-rw-r--r-- | sys/arch/powerpc/mac/akbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/mac/akbd.c b/sys/arch/powerpc/mac/akbd.c index 26f59cbb01d..08483ea8b44 100644 --- a/sys/arch/powerpc/mac/akbd.c +++ b/sys/arch/powerpc/mac/akbd.c @@ -521,7 +521,7 @@ akbd_cngetc(v, type, data) adb_polling = 1; while (polledkey == -1) { - adb_intr(); + adb_intr(NULL); /* adb does not use the argument */ DELAY(10000); /* XXX */ } |