summaryrefslogtreecommitdiff
path: root/usr/src/lib/libprtdiag/common/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libprtdiag/common/memory.c')
-rw-r--r--usr/src/lib/libprtdiag/common/memory.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/lib/libprtdiag/common/memory.c b/usr/src/lib/libprtdiag/common/memory.c
index 1e1aaff425..575f94e956 100644
--- a/usr/src/lib/libprtdiag/common/memory.c
+++ b/usr/src/lib/libprtdiag/common/memory.c
@@ -22,10 +22,9 @@
/*
* Copyright (c) 1999-2001 by Sun Microsystems, Inc.
* All rights reserved.
+ * Copyright (c) 2020 Peter Tribble.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -86,7 +85,7 @@ static memory_seg_t *match_seg(uint64_t);
/*ARGSUSED0*/
void
display_memorysize(Sys_tree *tree, struct system_kstat_data *kstats,
- struct grp_info *grps, struct mem_total *memory_total)
+ struct mem_total *memory_total)
{
log_printf(dgettext(TEXT_DOMAIN, "Memory size: "), 0);
@@ -110,7 +109,7 @@ display_memorysize(Sys_tree *tree, struct system_kstat_data *kstats,
/*ARGSUSED0*/
void
-display_memoryconf(Sys_tree *tree, struct grp_info *grps)
+display_memoryconf(Sys_tree *tree)
{
/*
* This function is intentionally blank