=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/file.h,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/cvs/file.h 2005/11/12 21:34:48 1.29 --- src/usr.bin/cvs/file.h 2005/12/03 01:02:09 1.30 *************** *** 1,4 **** ! /* $OpenBSD: file.h,v 1.29 2005/11/12 21:34:48 niallo Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: file.h,v 1.30 2005/12/03 01:02:09 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 50,55 **** --- 50,56 ---- #define CF_MKADMIN 0x40 /* create admin files if they're missing */ #define CF_NOSYMS 0x80 /* ignore symbolic links */ #define CF_NOFILES 0x100 /* don't load any files inside a directory */ + #define CF_REPO 0x200 /* we are loading a repository with ,v files */ /* * The cvs_file structure is used to represent any file or directory within