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: --- isofs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isofs/inode.c') diff --git a/isofs/inode.c b/isofs/inode.c index 70fcd87e..f78f336a 100644 --- a/isofs/inode.c +++ b/isofs/inode.c @@ -379,7 +379,7 @@ diskfs_get_translator (struct node *np, char **namep, u_int *namelen) } void -diskfs_shutdown_soft_ports () +diskfs_shutdown_soft_ports (void) { /* Should initiate termination of internally held pager ports (the only things that should be soft) XXX */ -- cgit v1.2.3