From 9f7156560905f5da0b42dce3e5fb64f77e9f70aa Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 27 Nov 2022 13:34:33 -0700 Subject: [PATCH] ofw: Remove old K&R function declaration We don't need to forward declar strchr anymore. Sponsored by: Netflix --- stand/libofw/ofw_net.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/stand/libofw/ofw_net.c b/stand/libofw/ofw_net.c index 4f393cebc2fa..643f989d5018 100644 --- a/stand/libofw/ofw_net.c +++ b/stand/libofw/ofw_net.c @@ -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) {