=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/checkout.c,v retrieving revision 1.63 retrieving revision 1.64 diff -c -r1.63 -r1.64 *** src/usr.bin/cvs/checkout.c 2006/06/16 14:07:42 1.63 --- src/usr.bin/cvs/checkout.c 2006/06/19 05:05:17 1.64 *************** *** 1,4 **** ! /* $OpenBSD: checkout.c,v 1.63 2006/06/16 14:07:42 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: checkout.c,v 1.64 2006/06/19 05:05:17 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 144,151 **** build_dirs = 1; cr.enterdir = cvs_update_enterdir; cr.leavedir = cvs_update_leavedir; ! cr.local = cvs_update_local; ! cr.remote = NULL; cr.flags = CR_REPO | CR_RECURSE_DIRS; cvs_repository_lock(repobase); --- 144,150 ---- build_dirs = 1; cr.enterdir = cvs_update_enterdir; cr.leavedir = cvs_update_leavedir; ! cr.fileproc = cvs_update_local; cr.flags = CR_REPO | CR_RECURSE_DIRS; cvs_repository_lock(repobase);