ofw: Remove old K&R function declaration

We don't need to forward declar strchr anymore.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-11-27 13:34:33 -07:00
parent fea231d21b
commit 9f71565609

View File

@ -189,8 +189,6 @@ ofwn_get(struct iodesc *desc, void **pkt, time_t timeout)
return (length);
}
extern char *strchr();
static void
ofwn_init(struct iodesc *desc, void *machdep_hint)
{