From 62dc927b40c0f7dd98dc11315d24bf6f0287110f Mon Sep 17 00:00:00 2001 From: joris Date: Fri, 16 Jun 2006 14:07:42 +0000 Subject: in preparation for the new remote code, proto.h becomes obsolete. --- usr.bin/cvs/commit.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/cvs/commit.c') diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index d2021d87b9f..0c32ef3fd0a 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.73 2006/06/14 14:10:50 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.74 2006/06/16 14:07:42 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2006 Xavier Santolaria @@ -21,7 +21,6 @@ #include "cvs.h" #include "diff.h" #include "log.h" -#include "proto.h" int cvs_commit(int, char **); void cvs_commit_local(struct cvs_file *); @@ -35,7 +34,7 @@ int conflicts_found; char *logmsg; struct cvs_cmd cvs_cmd_commit = { - CVS_OP_COMMIT, CVS_REQ_CI, "commit", + CVS_OP_COMMIT, 0, "commit", { "ci", "com" }, "Check files into the repository", "[-flR] [-F logfile | -m msg] [-r rev] ...", -- cgit v1.2.3-59-g8ed1b