From 0209b2c932994e9ca55d39d98a83ea02aacd1332 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sat, 18 Mar 2023 23:18:11 -0400 Subject: Modernize code by removing use of old style definitions. Also add -Werror=old-style-definition to enforce new code. Message-Id: --- startup/startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startup/startup.c') diff --git a/startup/startup.c b/startup/startup.c index 3cb3f31b..e151cd2f 100644 --- a/startup/startup.c +++ b/startup/startup.c @@ -976,7 +976,7 @@ launch_core_servers (void) /* Set up the initial value of the standard exec data. */ void -init_stdarrays () +init_stdarrays (void) { auth_t nullauth; mach_port_t pt; -- cgit v1.2.3