=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.73 retrieving revision 1.74 diff -c -r1.73 -r1.74 *** src/usr.bin/cvs/update.c 2006/06/14 15:17:54 1.73 --- src/usr.bin/cvs/update.c 2006/06/16 14:07:42 1.74 *************** *** 1,4 **** ! /* $OpenBSD: update.c,v 1.73 2006/06/14 15:17:54 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: update.c,v 1.74 2006/06/16 14:07:42 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 20,26 **** #include "cvs.h" #include "log.h" #include "diff.h" - #include "proto.h" int cvs_update(int, char **); int prune_dirs = 0; --- 20,25 ---- *************** *** 31,37 **** static void update_clear_conflict(struct cvs_file *); struct cvs_cmd cvs_cmd_update = { ! CVS_OP_UPDATE, CVS_REQ_UPDATE, "update", { "up", "upd" }, "Bring work tree in sync with repository", "[-ACdflPpR] [-D date | -r rev] [-I ign] [-j rev] [-k mode] " --- 30,36 ---- static void update_clear_conflict(struct cvs_file *); struct cvs_cmd cvs_cmd_update = { ! CVS_OP_UPDATE, 0, "update", { "up", "upd" }, "Bring work tree in sync with repository", "[-ACdflPpR] [-D date | -r rev] [-I ign] [-j rev] [-k mode] "