diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-14 01:49:33 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-14 01:49:33 +0000 |
commit | be3828bc66a25a84c388faef9b79cf5673a50019 (patch) | |
tree | 6bf17cde0ae55b2cb83ccd84c48fd62a9e2b5b8d /devel/cvsgraph/files/patch-cvsgraph.c | |
parent | Update to 2.2.1 (diff) |
Update to 1.20.
PR: 37735
Submitted by: Lapo Luchini
Make /home/ncvs/ the default path for CVSROOT.
Notes
Notes:
svn path=/head/; revision=59041
Diffstat (limited to 'devel/cvsgraph/files/patch-cvsgraph.c')
-rw-r--r-- | devel/cvsgraph/files/patch-cvsgraph.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c deleted file mode 100644 index f0c0a4810cee..000000000000 --- a/devel/cvsgraph/files/patch-cvsgraph.c +++ /dev/null @@ -1,10 +0,0 @@ ---- cvsgraph.c.orig Wed Mar 14 20:12:02 2001 -+++ cvsgraph.c Wed Mar 14 20:11:38 2001 -@@ -30,7 +30,6 @@ - #include <fcntl.h> - #include <regex.h> - #include <errno.h> --#include <getopt.h> - #include <ctype.h> - #include <time.h> - |