Fix build on 4.x (gcc295)

PR:		ports/77036
Submitted by:	Ronald Klop (maintainer)
This commit is contained in:
Volker Stolz
2005-02-03 08:33:45 +00:00
parent 14e9990d67
commit dcb317c244

View File

@@ -0,0 +1,14 @@
$FreeBSD$
--- code_usage_dump.c.orig Wed Dec 15 22:07:02 2004
+++ code_usage_dump.c Wed Feb 2 22:49:15 2005
@@ -43,0 +44,2 @@
+
+ hashtab* methods;
@@ -53 +55 @@
- hashtab* methods = get_methods();
+ methods = get_methods();
@@ -61 +62,0 @@
- methods_count = 0;
@@ -62,0 +64 @@
+ methods_count = 0;