# HG changeset patch # User Paul Boddie # Date 1713536296 -7200 # Node ID c624ef758a976ed5be373a49a2e27d819cdd9def # Parent 5f26a9f2c2f6e2d970de51b158097f68a50db4ba Fixed type usage for libipc function invocation. diff -r 5f26a9f2c2f6 -r c624ef758a97 pkg/devices/input/src/keypad/input-keypad-client.cc --- a/pkg/devices/input/src/keypad/input-keypad-client.cc Fri Apr 19 16:17:16 2024 +0200 +++ b/pkg/devices/input/src/keypad/input-keypad-client.cc Fri Apr 19 16:18:16 2024 +0200 @@ -59,7 +59,7 @@ /* Attach the keypad data to a region in this task. */ - unsigned long size; + offset_t size; if (ipc_dataspace_size(_mem, &size)) return;