pfctlinput() is already declared in <sys/protosw.h>, which is
authorguenther <guenther@openbsd.org>
Tue, 22 Feb 2022 01:01:02 +0000 (01:01 +0000)
committerguenther <guenther@openbsd.org>
Tue, 22 Feb 2022 01:01:02 +0000 (01:01 +0000)
more specific and appropriate, so delete it here

ok gnezdo@ deraadt@ jsg@ mpi@ millert@

sys/sys/socket.h

index 7d3c02e..fe1b8f9 100644 (file)
@@ -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)
 {