1
1

Added a prototype to the function declaration.

Этот коммит содержится в:
Roland Illig 2004-08-16 03:24:49 +00:00
родитель 0784d2a7b7
Коммит 4afb6e832d

Просмотреть файл

@ -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;