mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 15:57:13 +00:00
Remove unnecessary declaration causing shadowing warnings.
modified: ../src/ldeboot.c modified: ../src/unixfork.c
This commit is contained in:
parent
49aa01a70b
commit
be3ffd746c
@ -99,7 +99,6 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
char *Display_Name = (char *)NULL;
|
||||
Display *Xdisplay = (Display *)NULL;
|
||||
int i;
|
||||
char *pos;
|
||||
|
||||
for (i = 1; i < argc; i++) {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user