mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Obtained from: "Andrey A. Chernov" <ache@nagual.pp.ru>
Quick add #ifdef KERNEL for ICMP_BANDLIM option so userland program can #include icmp_var.h
This commit is contained in:
parent
9a963d0aac
commit
a3e7459d60
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41496
@ -31,13 +31,15 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)icmp_var.h 8.1 (Berkeley) 6/10/93
|
||||
* $Id: icmp_var.h,v 1.9 1997/09/07 05:26:34 bde Exp $
|
||||
* $Id: icmp_var.h,v 1.10 1998/12/03 20:23:20 dillon Exp $
|
||||
*/
|
||||
|
||||
#ifndef _NETINET_ICMP_VAR_H_
|
||||
#define _NETINET_ICMP_VAR_H_
|
||||
|
||||
#ifdef KERNEL
|
||||
#include "opt_icmp_bandlim.h" /* for ICMP_BANDLIM */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Variables related to this implementation
|
||||
|
Loading…
Reference in New Issue
Block a user