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

Diff for /src/usr.bin/cvs/file.c between version 1.188 and 1.189

version 1.188, 2007/02/21 04:18:45 version 1.189, 2007/02/22 06:42:09
Line 25 
Line 25 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
   
 #include <sys/mman.h>  #include <sys/mman.h>
   #include <sys/stat.h>
   
   #include <errno.h>
   #include <fcntl.h>
   #include <fnmatch.h>
   #include <libgen.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "file.h"  
 #include "log.h"  
   
 #define CVS_IGN_STATIC  0x01    /* pattern is static, no need to glob */  #define CVS_IGN_STATIC  0x01    /* pattern is static, no need to glob */
   

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189