From ef4cf3e0eaeacd7c8d5e5ccea3091e94d19e3695 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 19 Dec 2000 08:09:36 +0000 Subject: [PATCH] remove pfctlinput --- sys/sys/socket.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/socket.h b/sys/sys/socket.h index a489456ecc2..2adbe3931a2 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -445,8 +445,6 @@ int setsockopt __P((int, int, int, const void *, socklen_t)); int shutdown __P((int, int)); int socket __P((int, int, int)); int socketpair __P((int, int, int, int *)); - -void pfctlinput __P((int, struct sockaddr *)); __END_DECLS #endif /* !_KERNEL */