From 6c613605bc5aab6375e002d3bfcc2694727c4eaa Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 15 Feb 2001 11:58:38 +0000 Subject: [PATCH] Fixed missing include in synopsis. Added evil #define of ACCEPT_FILTER_MODULE to synopsis. Some of the functions defined in this man page aren't declared unless ACCEPT_FILTER_MOD is defined before including . --- share/man/man9/accept_filter.9 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man9/accept_filter.9 b/share/man/man9/accept_filter.9 index b543bb1fa1a..17b05205907 100644 --- a/share/man/man9/accept_filter.9 +++ b/share/man/man9/accept_filter.9 @@ -37,7 +37,9 @@ .Nd filter incoming connections .Sh SYNOPSIS .Fd #include +.Fd #include .Fd #include +.Fd #define ACCEPT_FILTER_MOD .Fd #include .Ft int .Fn accept_filt_add "struct accept_filter *filt"