From aa043093904a1e22ff183d8a85a96463dc227dbe Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 12 Jul 2016 17:22:00 +0000 Subject: [PATCH] Another m68k BPTR fix. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52781 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/posixc/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/posixc/ioctl.c b/compiler/posixc/ioctl.c index 372005583a..ea8883458b 100644 --- a/compiler/posixc/ioctl.c +++ b/compiler/posixc/ioctl.c @@ -16,7 +16,7 @@ #include "__fdesc.h" -static int send_action_packet(struct MsgPort *port, APTR arg) +static int send_action_packet(struct MsgPort *port, BPTR arg) { struct MsgPort *replyport; struct StandardPacket *packet; -- 2.11.4.GIT