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.
This commit is contained in:
Matthew Dillon 1999-10-24 02:58:39 +00:00
parent 3af7d635f1
commit ebdb21f429
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52450
3 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -52,6 +52,7 @@
#include <errno.h>
#include <err.h>
#include <netgraph.h>
#include <netgraph/ng_socket.h>
#include <netgraph/ng_message.h>

View File

@ -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"