nothing from sys/param.h is used
authorderaadt <deraadt@openbsd.org>
Fri, 10 Sep 2021 00:01:13 +0000 (00:01 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 10 Sep 2021 00:01:13 +0000 (00:01 +0000)
lib/libpcap/nametoaddr.c

index a94b065..a4a1af5 100644 (file)
@@ -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 <sys/param.h>
 #include <sys/types.h>                         /* concession to AIX */
 #include <sys/socket.h>
 #include <sys/time.h>