summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcannotate/pmcannotate.c
diff options
context:
space:
mode:
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 1a5dec2..1f39f25 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;
OpenPOWER on IntegriCloud