diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-05-27 22:33:57 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-05-27 22:33:57 +0000 |
commit | df48933e8abfd0018e9285fe895e95b64bcf0a2b (patch) | |
tree | b426e9822f2207f3fea946bdfe34eee53d730628 /usr.bin/cvs | |
parent | 18408e30129fbf3f27003a7dd0929f625e3d1aa1 (diff) |
missing handler for the diff command
ok jfb@
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/req.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/req.c b/usr.bin/cvs/req.c index 9bd49fd64bc..e2328016b5e 100644 --- a/usr.bin/cvs/req.c +++ b/usr.bin/cvs/req.c @@ -1,4 +1,4 @@ -/* $OpenBSD: req.c,v 1.16 2005/05/25 03:58:12 jfb Exp $ */ +/* $OpenBSD: req.c,v 1.17 2005/05/27 22:33:56 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -116,7 +116,7 @@ struct cvs_reqhdlr { { NULL }, { NULL }, { NULL }, - { NULL }, + { cvs_req_command }, { cvs_req_command }, { NULL }, { cvs_req_command }, |