From c5134c7759b7a3f0c4ed0b57a1ab8e49666ee4b6 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Thu, 19 Jan 2023 14:22:31 -0500 Subject: Remove existing old style definitions and use -Wold-style-definition. Message-Id: --- kern/syscall_emulation.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kern/syscall_emulation.c') diff --git a/kern/syscall_emulation.c b/kern/syscall_emulation.c index 50db1949..620c2351 100644 --- a/kern/syscall_emulation.c +++ b/kern/syscall_emulation.c @@ -95,8 +95,7 @@ void eml_task_reference( * Cleans up after the emulation code when a process exits. */ -void eml_task_deallocate(task) - const task_t task; +void eml_task_deallocate(const task_t task) { eml_dispatch_t eml; -- cgit v1.2.3