summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/ddp_input.c
diff options
context:
space:
mode:
authortanimura <tanimura@FreeBSD.org>2002-04-30 01:54:54 +0000
committertanimura <tanimura@FreeBSD.org>2002-04-30 01:54:54 +0000
commit89ec521d918cc9582731bc57c7d9d39010f3ccba (patch)
tree949babd3de74c52d345786e2c0f418722c5d6351 /sys/netatalk/ddp_input.c
parentc52db1bfdfb3a9e4065f735384e8e23dd29a14c0 (diff)
downloadFreeBSD-src-89ec521d918cc9582731bc57c7d9d39010f3ccba.zip
FreeBSD-src-89ec521d918cc9582731bc57c7d9d39010f3ccba.tar.gz
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.
Diffstat (limited to 'sys/netatalk/ddp_input.c')
-rw-r--r--sys/netatalk/ddp_input.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/netatalk/ddp_input.c b/sys/netatalk/ddp_input.c
index c30d852..4ef497b 100644
--- a/sys/netatalk/ddp_input.c
+++ b/sys/netatalk/ddp_input.c
@@ -6,15 +6,18 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
#include <sys/kernel.h>
-#include <net/netisr.h>
+#include <sys/lock.h>
#include <sys/mbuf.h>
+#include <sys/signalvar.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
+#include <sys/sx.h>
+#include <sys/systm.h>
#include <net/if.h>
-#include <net/route.h>
#include <net/intrq.h>
+#include <net/netisr.h>
+#include <net/route.h>
#include <netatalk/at.h>
#include <netatalk/at_var.h>
OpenPOWER on IntegriCloud