summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cmd.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-05-29 05:34:32 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-05-29 05:34:32 +0000
commit068711c1dc910c3dc9b37843dcb0ce2cdce6c111 (patch)
tree0fef2524149ebe5008c94815411c5b9a247758b7 /usr.bin/cvs/cmd.c
parentc27548ed14ac6504c478764692fd5cc45a61d23d (diff)
add remove support, hacked by xsa@ but lots of modifications
from me to actually make it work properly. commiting since xsa@ is not around and i want to move forward. ray@ agrees.
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 d9dbfb7fe3c..cc88f530bd2 100644
--- a/usr.bin/cvs/cmd.c
+++ b/usr.bin/cvs/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.46 2006/05/28 21:11:12 joris Exp $ */
+/* $OpenBSD: cmd.c,v 1.47 2006/05/29 05:34:31 joris Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -38,6 +38,7 @@ struct cvs_cmd *cvs_cdt[] = {
&cvs_cmd_diff,
&cvs_cmd_log,
&cvs_cmd_update,
+ &cvs_cmd_remove,
&cvs_cmd_status,
#if 0
&cvs_cmd_admin,
@@ -55,7 +56,6 @@ struct cvs_cmd *cvs_cdt[] = {
#endif
&cvs_cmd_rdiff,
&cvs_cmd_release,
- &cvs_cmd_remove,
&cvs_cmd_rlog,
&cvs_cmd_rtag,
&cvs_cmd_server,