[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.22 and 1.23

version 1.22, 2003/06/16 01:09:02 version 1.23, 2003/06/16 17:24:44
Line 31 
Line 31 
 const char      copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre";  const char      copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre";
   
 #include <sys/types.h>  #include <sys/types.h>
   #include <sys/time.h>
   #include <err.h>
   #include <errno.h>
 #include <stdio.h>  #include <stdio.h>
 #include <ctype.h>  #include <ctype.h>
 #include <signal.h>  #include <signal.h>
Line 38 
Line 41 
 #include <string.h>  #include <string.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <unistd.h>  #include <unistd.h>
 #include <errno.h>  
 #include <sys/time.h>  
   
 /* includes specific to top */  /* includes specific to top */
 #include "display.h"            /* interface to display package */  #include "display.h"            /* interface to display package */

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23