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

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

version 1.33, 2009/09/16 12:06:33 version 1.34, 2009/10/27 23:59:38
Line 32 
Line 32 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 /*static char sccsid[] = "from: @(#)function.c  8.1 (Berkeley) 6/6/93";*/  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/ucred.h>  #include <sys/ucred.h>
 #include <sys/stat.h>  #include <sys/stat.h>

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