From: jsg Date: Sat, 18 May 2024 02:44:22 +0000 (+0000) Subject: remove prototype with no matching function X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0070c60f871aa0350a5b3eca0aa80790f9549784;p=openbsd remove prototype with no matching function --- diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index eb5a9f2ead8..2c257a430a2 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.471 2024/04/23 13:34:50 jsg Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.472 2024/05/18 02:44:22 jsg Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -711,8 +711,6 @@ void process_join_commands(void); void process_wg_commands(void); -unsigned long get_ts_map(int, int, int); - void in_status(int); void in_getaddr(const char *, int); void in_getprefix(const char *, int);