Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 18:05:08 -0800 (PST)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8108 for review
Message-ID:  <200203210205.g2L258M58868@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8108

Change 8108 by tmm@tmm_sparc64 on 2002/03/20 18:04:13

	Integ. de-K&R from sparc64-tmm.

Affected files ...

... //depot/projects/sparc64/sys/sparc64/sparc64/prof_machdep.c#2 integrate

Differences ...

==== //depot/projects/sparc64/sys/sparc64/sparc64/prof_machdep.c#2 (text+ko) ====

@@ -48,7 +48,7 @@
  * though.
  */
 int
-cputime()
+cputime(void)
 {
 	u_long count;
 	int delta;
@@ -65,8 +65,7 @@
  * before calling them.  They are here for convenience.
  */
 void
-startguprof(gp)
-	struct gmonparam *gp;
+startguprof(struct gmonparam *gp)
 {
 
 	gp->profrate = tick_freq;
@@ -75,8 +74,7 @@
 }
 
 void
-stopguprof(gp)
-	struct gmonparam *gp;
+stopguprof(struct gmonparam *gp)
 {
 	/* Nothing to do. */
 }

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203210205.g2L258M58868>