mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
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:
parent
aa72082549
commit
978c7e2247
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user