qa: fix warnings
This commit is contained in:
@@ -22,7 +22,6 @@ void
|
|||||||
main(void)
|
main(void)
|
||||||
{
|
{
|
||||||
int pid;
|
int pid;
|
||||||
char err[ERRMAX];
|
|
||||||
|
|
||||||
pid = getmainpid(); // this comes from exec() syscall
|
pid = getmainpid(); // this comes from exec() syscall
|
||||||
|
|
||||||
|
@@ -22,7 +22,6 @@ void
|
|||||||
main(void)
|
main(void)
|
||||||
{
|
{
|
||||||
int ppid;
|
int ppid;
|
||||||
char err[ERRMAX];
|
|
||||||
Waitmsg *w;
|
Waitmsg *w;
|
||||||
|
|
||||||
if(rfork(RFPROC) == 0){
|
if(rfork(RFPROC) == 0){
|
||||||
|
Reference in New Issue
Block a user