[BACK]Return to top.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Diff for /src/usr.bin/top/top.c between version 1.33 and 1.34

version 1.33, 2004/05/09 22:16:26 version 1.34, 2004/09/14 22:55:48
Line 825 
Line 825 
         d_process = i_process;          d_process = i_process;
 }  }
   
   /* ARGSUSED */
 void  void
 leave(int signo)  leave(int signo)
 {  {
         leaveflag = 1;          leaveflag = 1;
 }  }
   
   /* ARGSUSED */
 void  void
 tstop(int signo)  tstop(int signo)
 {  {
         tstopflag = 1;          tstopflag = 1;
 }  }
   
   /* ARGSUSED */
 void  void
 winch(int signo)  winch(int signo)
 {  {
         winchflag = 1;          winchflag = 1;
 }  }
   
   /* ARGSUSED */
 void  void
 onalrm(int signo)  onalrm(int signo)
 {  {

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34