From d91622c2eec35f3e749fdc4538e20d758b672fda Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 10 Sep 2021 00:01:13 +0000 Subject: [PATCH] nothing from sys/param.h is used --- lib/libpcap/nametoaddr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libpcap/nametoaddr.c b/lib/libpcap/nametoaddr.c index a94b0656412..a4a1af54d8d 100644 --- a/lib/libpcap/nametoaddr.c +++ b/lib/libpcap/nametoaddr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nametoaddr.c,v 1.22 2019/07/19 04:51:31 dlg Exp $ */ +/* $OpenBSD: nametoaddr.c,v 1.23 2021/09/10 00:01:13 deraadt Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996 @@ -24,7 +24,6 @@ * These functions are not time critical. */ -#include #include /* concession to AIX */ #include #include -- 2.20.1