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

Diff for /src/usr.bin/vmstat/vmstat.c between version 1.77 and 1.78

version 1.77, 2003/06/03 02:56:22 version 1.78, 2003/06/25 21:18:08
Line 363 
Line 363 
 {  {
         struct vmtotal total;          struct vmtotal total;
         time_t uptime, halfuptime;          time_t uptime, halfuptime;
         void needhdr();          void needhdr(int);
         int mib[2];          int mib[2];
         struct clockinfo clkinfo;          struct clockinfo clkinfo;
         size_t size;          size_t size;
Line 465 
Line 465 
  * Force a header to be prepended to the next output.   * Force a header to be prepended to the next output.
  */   */
 void  void
 needhdr(void)  needhdr(int signo)
 {  {
   
         hdrcnt = 1;          hdrcnt = 1;

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78