陈越 3 anni fa
parent
commit
2c557e3c00
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mytop.c

+ 2
- 2
mytop.c Vedi File

@ -329,7 +329,7 @@ void mytop()
{
if (chdir("/proc") != 0) {
perror("chdir to /proc" );
return 1;
return;
}
print_memory();
getkinfo();
@ -337,5 +337,5 @@ void mytop()
if(prev_proc==NULL)
get_procs();
print_procs(prev_proc,proc,1);
return 0;
return;
}

Caricamento…
Annulla
Salva