summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-06-16 14:07:43 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-06-16 14:07:43 +0000
commit8fe9d6a6bbb6ed46be29fd47d7ad6e1fd7b7f30b (patch)
treecc65a8c0da55b75bcc328c8f0a65487cecaafa6c /usr.bin/cvs/diff.c
parent0687aa5e1a327a8bee74d322ce93e8cbc823104f (diff)
in preparation for the new remote code, proto.h becomes obsolete.
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index 9f039c332f6..4aca768f907 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.103 2006/06/14 20:28:53 joris Exp $ */
+/* $OpenBSD: diff.c,v 1.104 2006/06/16 14:07:42 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -20,7 +20,6 @@
#include "cvs.h"
#include "diff.h"
#include "log.h"
-#include "proto.h"
int cvs_diff(int, char **);
void cvs_diff_local(struct cvs_file *);
@@ -30,7 +29,7 @@ static char *rev1 = NULL;
static char *rev2 = NULL;
struct cvs_cmd cvs_cmd_diff = {
- CVS_OP_DIFF, CVS_REQ_DIFF, "diff",
+ CVS_OP_DIFF, 0, "diff",
{ "di", "dif" },
"Show differences between revisions",
"[-cilNnpu] [[-D date] [-r rev] [-D date2 | -r rev2]] "