diff options
Diffstat (limited to 'usr.bin/cvs/proto.c')
-rw-r--r-- | usr.bin/cvs/proto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/proto.c b/usr.bin/cvs/proto.c index d8c8f81b842..3fec048a077 100644 --- a/usr.bin/cvs/proto.c +++ b/usr.bin/cvs/proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.c,v 1.75 2005/08/14 19:49:18 xsa Exp $ */ +/* $OpenBSD: proto.c,v 1.76 2005/08/16 06:37:57 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -115,6 +115,7 @@ struct cvs_req cvs_requests[] = { { CVS_REQ_CI, "ci", CVS_REQF_RESP }, { CVS_REQ_TAG, "tag", CVS_REQF_RESP }, { CVS_REQ_ADMIN, "admin", CVS_REQF_RESP }, + { CVS_REQ_WATCHERS, "watchers", CVS_REQF_RESP }, }; struct cvs_resp cvs_responses[] = { |