From 869bd7a8e7f60349be187b9ec6cdc090b695ff0d Mon Sep 17 00:00:00 2001 From: archie Date: Wed, 27 Oct 1999 22:17:18 +0000 Subject: If we get an EPROTONOSUPP error when trying to create the netgraph socket node, it's most likely because the "ng_socket.ko" KLD is not loaded yet. So make an attempt to load it before giving up. --- usr.sbin/ngctl/ngctl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/ngctl/ngctl.h') diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h index 64ba3db..817c6e8 100644 --- a/usr.sbin/ngctl/ngctl.h +++ b/usr.sbin/ngctl/ngctl.h @@ -38,9 +38,11 @@ */ #include +#include #include #include #include +#include #include #include -- cgit v1.1