From 4ac2f29c9ac2312d0ca23c8c89bd681bd2bfedd1 Mon Sep 17 00:00:00 2001 From: guenther Date: Tue, 22 Feb 2022 01:01:02 +0000 Subject: [PATCH] pfctlinput() is already declared in , which is more specific and appropriate, so delete it here ok gnezdo@ deraadt@ jsg@ mpi@ millert@ --- sys/sys/socket.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/sys/socket.h b/sys/sys/socket.h index 7d3c02e9f88..fe1b8f954c8 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -1,4 +1,4 @@ -/* $OpenBSD: socket.h,v 1.101 2021/11/07 12:05:28 claudio Exp $ */ +/* $OpenBSD: socket.h,v 1.102 2022/02/22 01:01:02 guenther Exp $ */ /* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */ /* @@ -589,8 +589,6 @@ __END_DECLS #else -void pfctlinput(int, struct sockaddr *); - static inline struct sockaddr * sstosa(struct sockaddr_storage *ss) { -- 2.20.1