summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cmd.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-11-27 14:19:54 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-11-27 14:19:54 +0000
commitf527cc584c2f1757f70b95388bcc2df690a03255 (patch)
tree3583ae3b93d617a4d926395823b94f661bfab622 /usr.bin/cvs/cmd.c
parentc8d108405c2742083a623f5f1b8b71ebdaee339f (diff)
client-side of the annotate command is usable, build it too.
Diffstat (limited to 'usr.bin/cvs/cmd.c')
-rw-r--r--usr.bin/cvs/cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cmd.c b/usr.bin/cvs/cmd.c
index 563f1f79e1c..44791037724 100644
--- a/usr.bin/cvs/cmd.c
+++ b/usr.bin/cvs/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.54 2006/11/14 09:47:52 xsa Exp $ */
+/* $OpenBSD: cmd.c,v 1.55 2006/11/27 14:19:53 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -34,6 +34,7 @@ extern char *cvs_rootstr;
struct cvs_cmd *cvs_cdt[] = {
&cvs_cmd_add,
&cvs_cmd_admin,
+ &cvs_cmd_annotate,
&cvs_cmd_commit,
&cvs_cmd_checkout,
&cvs_cmd_diff,
@@ -48,7 +49,6 @@ struct cvs_cmd *cvs_cdt[] = {
&cvs_cmd_update,
&cvs_cmd_version,
#if 0
- &cvs_cmd_annotate,
&cvs_cmd_checkout,
&cvs_cmd_edit,
&cvs_cmd_editors,