From 89ec521d918cc9582731bc57c7d9d39010f3ccba Mon Sep 17 00:00:00 2001 From: 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/netgraph/ng_socket.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/netgraph/ng_socket.c') diff --git a/sys/netgraph/ng_socket.c b/sys/netgraph/ng_socket.c index 02183f0..09d1c46 100644 --- a/sys/netgraph/ng_socket.c +++ b/sys/netgraph/ng_socket.c @@ -49,18 +49,20 @@ */ #include -#include #include #include #include -#include +#include #include -#include #include #include +#include +#include #include #include +#include #include +#include #ifdef NOTYET #include #endif -- cgit v1.1