tests/sys/ses: Use ANSI C definition for has_ses.

This fixes -Wstrict-prototypes and -Wold-style-definition warnings
from GCC 9.
This commit is contained in:
John Baldwin 2022-02-01 12:35:21 -08:00
parent aa72082549
commit 978c7e2247

View File

@ -57,7 +57,7 @@ for_each_ses_dev(ses_cb cb, int oflags)
}
static bool
has_ses()
has_ses(void)
{
glob_t g;
int r;