aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcannotate/pmcannotate.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-12-29 22:53:27 +0000
committerEd Schouten <ed@FreeBSD.org>2009-12-29 22:53:27 +0000
commit10bc3a7f42563fa24555dc35c5cdbb1af3241348 (patch)
tree2e35e76a520e919173f604f9ba0f30358443ed4a /usr.sbin/pmcannotate/pmcannotate.c
parent7b4f22d5ed8862f4711f8fea577eba7821de04be (diff)
Notes
Diffstat (limited to 'usr.sbin/pmcannotate/pmcannotate.c')
-rw-r--r--usr.sbin/pmcannotate/pmcannotate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pmcannotate/pmcannotate.c b/usr.sbin/pmcannotate/pmcannotate.c
index 1a5dec2b6d13..1f39f257f072 100644
--- a/usr.sbin/pmcannotate/pmcannotate.c
+++ b/usr.sbin/pmcannotate/pmcannotate.c
@@ -325,7 +325,7 @@ fqueue_compact(float th)
* Flush the first-level aggregates queue.
*/
static void
-fqueue_deleteall()
+fqueue_deleteall(void)
{
struct aggent *agg;
@@ -472,7 +472,7 @@ fqueue_insertgen(void)
* Flush the raw entries general queue.
*/
static void
-general_deleteall()
+general_deleteall(void)
{
struct entry *obj;