diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-04-14 16:49:10 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-04-14 16:49:10 +0000 |
commit | 7a0df57ca13540b7336606bc12e8f1e5bf54f46c (patch) | |
tree | 00d4030256c79696e7a3054f6a805a6dabc93914 /usr.bin/cvs/diff.c | |
parent | 19761f1bf0a8834e1dd41c742b2b9ab1e29a6e95 (diff) |
completely fix the diff command
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r-- | usr.bin/cvs/diff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 659dbecda44..ae956aa9bfc 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.28 2005/04/12 14:58:40 joris Exp $ */ +/* $OpenBSD: diff.c,v 1.29 2005/04/14 16:49:09 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -345,7 +345,7 @@ struct cvs_cmd_info cvs_diff = { NULL, CF_RECURSE | CF_IGNORE | CF_SORT | CF_KNOWN, CVS_REQ_DIFF, - CVS_CMD_SENDDIR + CVS_CMD_SENDARGS2 | CVS_CMD_ALLOWSPEC | CVS_CMD_SENDDIR }; static struct diff_arg *dap = NULL; |