]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ping6: Add missing static keyword for a global variable
authorasomers <asomers@FreeBSD.org>
Sun, 11 Aug 2019 15:27:34 +0000 (15:27 +0000)
committerasomers <asomers@FreeBSD.org>
Sun, 11 Aug 2019 15:27:34 +0000 (15:27 +0000)
commitf6be4a5fc9096c7a3eea2cec153a2e7922c3be80
treeb549448acb056d4dcc52b81e862cd454d49dcc23
parent4c4a38c41c122be6fa7b41abca1ade03ffbc42a6
ping6: Add missing static keyword for a global variable

This fixes -Wmissing-variable-declarations error when compiled with
WARNS=6.

Submitted by: Ján Sučan <sucanjan@gmail.com>
MFC after: 2 weeks
Sponsored by: Google, inc. (Google Summer of Code 2019)
Differential Revision: https://reviews.freebsd.org/D21214
sbin/ping6/ping6.c