From 4afb6e832d2e17a8999089d8380d827e3da4f4f2 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Mon, 16 Aug 2004 03:24:49 +0000 Subject: [PATCH] Added a prototype to the function declaration. --- src/subshell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subshell.c b/src/subshell.c index 73340d15b..f6f8725a4 100644 --- a/src/subshell.c +++ b/src/subshell.c @@ -295,7 +295,7 @@ init_subshell_child (const char *pty_name) * 2 if parent mc was found and the user wants to quit mc. */ static int -check_sid () +check_sid (void) { pid_t my_sid, old_sid; char *sid_str;