Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.
This commit is contained in:
parent
226d80b821
commit
cbeb0b26e4
492 changed files with 3218 additions and 3167 deletions
|
|
@ -202,7 +202,7 @@ deinstall(int pid)
|
|||
for(i = 0; i < Maxproc; i++) {
|
||||
if(ptab[i].pid == pid) {
|
||||
detachproc(pid);
|
||||
// close(ptab[i].ctl);
|
||||
/* close(ptab[i].ctl); */
|
||||
ptab[i].pid = 0;
|
||||
s = look("proclist");
|
||||
d = &s->v->store.u.l;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue