and it needs PROTOTYPE() around it..
authorMark Eichin <eichin@mit.edu>
Thu, 27 Apr 1995 19:40:39 +0000 (19:40 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 27 Apr 1995 19:40:39 +0000 (19:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5567 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/test_parse.c

index 6d82872be592c96ed004c4f55599742e94cffbeb..eccbe9003e339bc6e40bac184922580cbe99e15a 100644 (file)
@@ -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)
 
index 6b832d4aecbf557f44adb75a7fc954ccddb12d68..af88203cb35933341bcf014cef057c3184e50c27 100644 (file)
@@ -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;