summaryrefslogtreecommitdiff
path: root/math/graphthing
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-03-24 09:51:40 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-03-24 09:51:40 +0000
commit4edf4b599912f3b42add5bbe5d1028c71af08263 (patch)
treec7864c9704c5402bac180928c2c1fb8afd2e40e9 /math/graphthing
parentAdd ruby-mp3info. (diff)
Collect a patch during last commit, that got integrated
Submitted by: kay_lehmann@web.de (Kay Lehmann)
Notes
Notes: svn path=/head/; revision=77370
Diffstat (limited to 'math/graphthing')
-rw-r--r--math/graphthing/files/patch-src-edge.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/graphthing/files/patch-src-edge.h b/math/graphthing/files/patch-src-edge.h
deleted file mode 100644
index cb55f316469e..000000000000
--- a/math/graphthing/files/patch-src-edge.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/edge.h.orig Tue Feb 12 05:49:28 2002
-+++ src/edge.h Fri Oct 25 15:44:14 2002
-@@ -26,7 +26,7 @@
-
- Edge &operator= (const Edge &other);
- bool operator== (const Edge &other) const;
-- friend ostream &operator<< (ostream &o, const Edge &e);
-+ friend std::ostream &operator<< (std::ostream &o, const Edge &e);
-
- bool incident_to (const Vertex *v1) const;
- bool incident_to (const Vertex *v1, const Vertex *v2) const;