summaryrefslogtreecommitdiffstats
path: root/sys/netatm/sigpvc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-09-29 12:01:36 +0000
committerbde <bde@FreeBSD.org>2002-09-29 12:01:36 +0000
commit372e8e5e08c9b78b49cbb1815b30adbae9e47e17 (patch)
treec093fb38f97b0df9f9509c6768d59d704af5fb45 /sys/netatm/sigpvc
parentacb73329e9edd41219b7368ad879c6c94f830cb5 (diff)
downloadFreeBSD-src-372e8e5e08c9b78b49cbb1815b30adbae9e47e17.zip
FreeBSD-src-372e8e5e08c9b78b49cbb1815b30adbae9e47e17.tar.gz
Include <sys/systm.h> instead of depending on namespace pollution in
<net/if_var.h>. But depend on the standard pollution in <sys/param.h>. Removed unused includes.
Diffstat (limited to 'sys/netatm/sigpvc')
-rw-r--r--sys/netatm/sigpvc/sigpvc_subr.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/netatm/sigpvc/sigpvc_subr.c b/sys/netatm/sigpvc/sigpvc_subr.c
index 995979e..4c3196e 100644
--- a/sys/netatm/sigpvc/sigpvc_subr.c
+++ b/sys/netatm/sigpvc/sigpvc_subr.c
@@ -36,24 +36,17 @@
*/
#include <sys/param.h>
-#include <sys/types.h>
-#include <sys/errno.h>
-#include <sys/time.h>
+#include <sys/systm.h>
#include <sys/socket.h>
-#include <sys/socketvar.h>
#include <net/if.h>
#include <netatm/port.h>
#include <netatm/queue.h>
#include <netatm/atm.h>
#include <netatm/atm_sys.h>
-#include <netatm/atm_sap.h>
#include <netatm/atm_cm.h>
#include <netatm/atm_if.h>
#include <netatm/atm_vc.h>
#include <netatm/atm_sigmgr.h>
-#include <netatm/atm_stack.h>
-#include <netatm/atm_pcb.h>
-#include <netatm/atm_var.h>
#include <netatm/sigpvc/sigpvc_var.h>
OpenPOWER on IntegriCloud