summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util/profile/ChangeLog2
-rw-r--r--src/util/profile/test_parse.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 6d82872be..eccbe9003 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,7 +1,7 @@
Thu Apr 27 15:36:27 1995 Mark Eichin <eichin@cygnus.com>
* test_parse.c (main): can't make function declarations local to
- functions under SunOS cc. (dump_profile)
+ functions under SunOS cc. (dump_profile) Also needs to be protected.
Thu Apr 27 10:43:24 1995 Keith Vetter (keithv@fusion.com)
diff --git a/src/util/profile/test_parse.c b/src/util/profile/test_parse.c
index 6b832d4ae..af88203cb 100644
--- a/src/util/profile/test_parse.c
+++ b/src/util/profile/test_parse.c
@@ -20,7 +20,7 @@ char *error_message (long err) {
}
#endif
-void dump_profile(struct profile_node *root, int level);
+void dump_profile PROTOTYPE((struct profile_node *root, int level));
int main(argc, argv)
int argc;