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

Diff for /src/usr.bin/rdist/docmd.c between version 1.20 and 1.21

version 1.20, 2008/08/10 13:39:09 version 1.21, 2009/10/27 23:59:42
Line 31 
Line 31 
   
 #include "defs.h"  #include "defs.h"
 #include "y.tab.h"  #include "y.tab.h"
 #ifndef lint  
 #if 0  
 static char RCSid[] __attribute__((__unused__)) =  
 "$From: docmd.c,v 1.8 2001/03/12 18:42:23 kim Exp $";  
 #else  
 static char RCSid[] __attribute__((__unused__)) =  
 "$OpenBSD$";  
 #endif  
   
 static char sccsid[] __attribute__((__unused__)) =  
 "@(#)docmd.c    5.1 (Berkeley) 6/6/85";  
   
 static char copyright[] __attribute__((__unused__)) =  
 "@(#) Copyright (c) 1983 Regents of the University of California.\n\  
  All rights reserved.\n";  
 #endif /* not lint */  
   
 /*  /*
  * Functions for rdist that do command (cmd) related activities.   * Functions for rdist that do command (cmd) related activities.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21