mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
ofw: Remove old K&R function declaration
We don't need to forward declar strchr anymore. Sponsored by: Netflix
This commit is contained in:
parent
fea231d21b
commit
9f71565609
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue