From 960ed29c4b5c209a86a16b0dee145fd6d23390f8 Mon Sep 17 00:00:00 2001 From: Seigo Tanimura Date: Tue, 30 Apr 2002 01:54:54 +0000 Subject: Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. Requested by: bde Since locking sigio_lock is usually followed by calling pgsigio(), move the declaration of sigio_lock and the definitions of SIGIO_*() to sys/signalvar.h. While I am here, sort include files alphabetically, where possible. --- sys/netinet/accf_data.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/netinet/accf_data.c') diff --git a/sys/netinet/accf_data.c b/sys/netinet/accf_data.c index d38b1654c578e..dd710e6442757 100644 --- a/sys/netinet/accf_data.c +++ b/sys/netinet/accf_data.c @@ -29,9 +29,12 @@ #define ACCEPT_FILTER_MOD #include -#include #include +#include +#include +#include #include +#include /* accept filter that holds a socket until data arrives */ -- cgit v1.3