diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-01-21 22:01:38 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-01-21 22:01:38 +0000 |
commit | 9de666118bc3f93d62892f3b5703062812f7984c (patch) | |
tree | d46a687eb1c764470d9e1e965a4bbadec912e6bb /contrib/cvs/src/update.c | |
parent | 3a7972097ef8d586934832688ced98650de5d9d9 (diff) |
Notes
Diffstat (limited to 'contrib/cvs/src/update.c')
-rw-r--r-- | contrib/cvs/src/update.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cvs/src/update.c b/contrib/cvs/src/update.c index 3474c441d4e4..426cf701272b 100644 --- a/contrib/cvs/src/update.c +++ b/contrib/cvs/src/update.c @@ -500,7 +500,7 @@ do_update (argc, argv, xoptions, xtag, xdate, xforce, local, xbuild, xaflag, follows it; someone should make sure that I did it right. */ err = start_recursion (get_linkinfo_proc, (FILESDONEPROC) NULL, (DIRENTPROC) NULL, (DIRLEAVEPROC) NULL, NULL, - argc, argv, local, which, aflag, LOCK_READ, + argc, argv, local, which, aflag, CVS_LOCK_READ, preload_update_dir, 1); if (err) return (err); @@ -516,7 +516,7 @@ do_update (argc, argv, xoptions, xtag, xdate, xforce, local, xbuild, xaflag, /* call the recursion processor */ err = start_recursion (update_fileproc, update_filesdone_proc, update_dirent_proc, update_dirleave_proc, NULL, - argc, argv, local, which, aflag, LOCK_READ, + argc, argv, local, which, aflag, CVS_LOCK_READ, preload_update_dir, 1); #ifdef SERVER_SUPPORT |