default: _exit(101);
case EACCES: /* somebody screwing around? */
/* FIXME: set a flag to disable symbol lookup? */
- case ENOENT: /* no module support */
+ case ENOENT:; /* no module support */
}
goto hell;
}
}
show_tree(i,n,0,0);
not_root:
+ ;
}
/* don't free the array because it takes time and ps will exit anyway */
}
case SIGKILL: /* can not catch */
case SIGSTOP: /* can not catch */
case SIGWINCH: /* don't care if window size changes */
+ ;
}
} while (0);
#endif
if(*++flagptr) return flagptr; /* found it */
return NULL; /* empty '=' or ':' */
case '\0': /* try next argv[] */
+ ;
}
if(thisarg+2 > ps_argc) return NULL; /* there is nothing left */
/* argument follows ps_argv[thisarg] */
if(c) goto initial;
return "Improper AIX field descriptor.";
looks_ok:
+ ;
}
/*** sanity check passed ***/