summaryrefslogtreecommitdiff
path: root/devel/mprof/files/patch-mpgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mprof/files/patch-mpgraph.c')
-rw-r--r--devel/mprof/files/patch-mpgraph.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/mprof/files/patch-mpgraph.c b/devel/mprof/files/patch-mpgraph.c
new file mode 100644
index 000000000000..771c3a1c9df5
--- /dev/null
+++ b/devel/mprof/files/patch-mpgraph.c
@@ -0,0 +1,22 @@
+--- mpgraph.c.orig Tue Apr 20 16:36:18 1993
++++ mpgraph.c Mon Jun 3 18:26:17 2002
+@@ -23,8 +23,8 @@
+ #define UNUSED -1
+ #define USED 0
+
+-FILE *stout = stdout;
+-FILE *sterr = stderr;
++/* FILE *stout = stdout; */
++/* FILE *sterr = stderr; */
+
+ extern mpcell hmem[];
+ extern char *strdup();
+@@ -114,7 +114,7 @@
+ vertex from, to;
+ mpdata data;
+ int mark;
+- struct edge_struct *save
++ struct edge_struct *save;
+ } *edge, edge_item;
+
+ edge