Removed funny debug printf
This commit is contained in:
parent
71e6680b80
commit
08578c6afb
@ -23,7 +23,6 @@ int svrctl(int request, void *argp)
|
|||||||
/* FS handles calls for itself and inet. */
|
/* FS handles calls for itself and inet. */
|
||||||
return _syscall(FS, SVRCTL, &m);
|
return _syscall(FS, SVRCTL, &m);
|
||||||
default:
|
default:
|
||||||
printf("Yups ...\n");
|
|
||||||
errno = EINVAL;
|
errno = EINVAL;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user