summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/ipcs.c')
-rw-r--r--sys-utils/ipcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c
index 6fab5b810..4f3d23d90 100644
--- a/sys-utils/ipcs.c
+++ b/sys-utils/ipcs.c
@@ -596,7 +596,7 @@ static void print_shm(int shmid, int unit)
ipc_shm_free_info(shmdata);
}
-void print_msg(int msgid, int unit)
+static void print_msg(int msgid, int unit)
{
struct msg_data *msgdata;