summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-10-24 02:58:39 +0000
committerdillon <dillon@FreeBSD.org>1999-10-24 02:58:39 +0000
commit8c8443ab963c1f888eb1da4c5868b9f578078f9b (patch)
treed5be4ed1cab4ddbb681ec2426cbede06cc8b9124
parentcbd46ae245fe46c8a0ea64372b8d4897bef6a352 (diff)
downloadFreeBSD-src-8c8443ab963c1f888eb1da4c5868b9f578078f9b.zip
FreeBSD-src-8c8443ab963c1f888eb1da4c5868b9f578078f9b.tar.gz
Put include <netgraph.h> back in - problem was due to a cvsup mess on
freefall. There may also be a real problem w/ buildworld but the fix would go somewhere else, not here.
-rw-r--r--usr.bin/netstat/netgraph.c1
-rw-r--r--usr.sbin/ngctl/ngctl.h1
-rw-r--r--usr.sbin/nghook/main.c2
3 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c
index e43fb7b..82a2d87 100644
--- a/usr.bin/netstat/netgraph.c
+++ b/usr.bin/netstat/netgraph.c
@@ -48,6 +48,7 @@ static const char rcsid[] =
#include <net/route.h>
+#include <netgraph.h>
#include <netgraph/ng_message.h>
#include <netgraph/ng_socket.h>
#include <netgraph/ng_socketvar.h>
diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h
index 3f68422..64ba3db 100644
--- a/usr.sbin/ngctl/ngctl.h
+++ b/usr.sbin/ngctl/ngctl.h
@@ -52,6 +52,7 @@
#include <errno.h>
#include <err.h>
+#include <netgraph.h>
#include <netgraph/ng_socket.h>
#include <netgraph/ng_message.h>
diff --git a/usr.sbin/nghook/main.c b/usr.sbin/nghook/main.c
index 1244b02..ce29d9d 100644
--- a/usr.sbin/nghook/main.c
+++ b/usr.sbin/nghook/main.c
@@ -51,7 +51,7 @@
#include <sys/socket.h>
#include <sys/select.h>
-#include <netgraph/ng_message.h>
+#include <netgraph.h>
#define DEFAULT_HOOKNAME "debug"
#define NG_SOCK_HOOK_NAME "hook"
OpenPOWER on IntegriCloud