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

Diff for /src/usr.bin/rcs/rcsprog.c between version 1.58 and 1.59

version 1.58, 2005/12/27 16:05:21 version 1.59, 2006/01/02 08:13:28
Line 24 
Line 24 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <sys/param.h>  #include "includes.h"
 #include <sys/wait.h>  
 #include <sys/stat.h>  
   
 #include <ctype.h>  
 #include <err.h>  
 #include <errno.h>  
 #include <pwd.h>  
 #include <string.h>  
 #include <stdio.h>  
 #include <stdlib.h>  
 #include <unistd.h>  
   
 #include "log.h"  #include "log.h"
 #include "rcs.h"  #include "rcs.h"

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59