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/netnatm/natm.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sys/netnatm/natm.c') diff --git a/sys/netnatm/natm.c b/sys/netnatm/natm.c index 1e9da08..e0535b6 100644 --- a/sys/netnatm/natm.c +++ b/sys/netnatm/natm.c @@ -38,15 +38,18 @@ */ #include -#include +#include #include -#include -#include +#include #include #include +#include +#include #include #include -#include +#include +#include +#include #include #include -- cgit v1.1