defopt PFIL_HOOKS.

This commit is contained in:
mrg 1998-08-09 08:58:18 +00:00
parent dfe3292f75
commit 4a75265273
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.228 1998/08/07 00:00:57 augustss Exp $
# $NetBSD: files,v 1.229 1998/08/09 08:58:18 mrg Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -50,6 +50,7 @@ defopt CCITT #
defopt HDLC # CCITT over HDLC
defopt LLC # CCITT over LLC2 (also IEEE LLC?)
defopt NATM # "native" ATM protocols
defopt PFIL_HOOKS # pfil(9)
# networking options
defopt GATEWAY

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_input.c,v 1.68 1998/07/17 00:28:00 sommerfe Exp $ */
/* $NetBSD: ip_input.c,v 1.69 1998/08/09 08:58:19 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -73,6 +73,7 @@
*/
#include "opt_gateway.h"
#include "opt_pfil_hooks.h"
#include "opt_mrouting.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_output.c,v 1.49 1998/07/17 00:28:01 sommerfe Exp $ */
/* $NetBSD: ip_output.c,v 1.50 1998/08/09 08:58:19 mrg Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -72,6 +72,7 @@
* @(#)ip_output.c 8.3 (Berkeley) 1/21/94
*/
#include "opt_pfil_hooks.h"
#include "opt_mrouting.h"
#include <sys/param.h>