mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-02 14:51:23 +00:00
Remove unnecessary declaration causing shadowing warnings.
modified: ../src/ldeboot.c modified: ../src/unixfork.c
This commit is contained in:
@@ -550,7 +550,6 @@ int fork_Unix() {
|
||||
|
||||
case 'W': /* Wait for a process to die. */
|
||||
{
|
||||
int pid;
|
||||
#if defined(SYSVONLY) || defined(WAITINT)
|
||||
int status;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user