mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
emac(4): Use bool rather than boolean_t.
This was already using true/false rather than TRUE/FALSE. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D39927
This commit is contained in:
parent
afdb42987c
commit
6cf4b46197
1 changed files with 1 additions and 1 deletions
|
|
@ -991,7 +991,7 @@ fail:
|
|||
return (error);
|
||||
}
|
||||
|
||||
static boolean_t
|
||||
static bool
|
||||
emac_miibus_iowait(struct emac_softc *sc)
|
||||
{
|
||||
uint32_t timeout;
|
||||
|
|
|
|||
Loading…
Reference in a new issue