Make the defines that prevent multiple includes look like the

others in netgraph.
This commit is contained in:
Hartmut Brandt 2003-11-13 13:00:56 +00:00
parent 313ab6b4d5
commit 835ab74093
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122614
3 changed files with 6 additions and 6 deletions

View File

@ -30,8 +30,8 @@
*
* $FreeBSD$
*/
#ifndef _NETGRAPH_ATM_NG_ATM_H
#define _NETGRAPH_ATM_NG_ATM_H
#ifndef _NETGRAPH_ATM_NG_ATM_H_
#define _NETGRAPH_ATM_NG_ATM_H_
#define NG_ATM_NODE_TYPE "atm"
#define NGM_ATM_COOKIE 960802260

View File

@ -30,8 +30,8 @@
*
* Netgraph module for Q.2110 SSCOP
*/
#ifndef _NETGRAPH_ATM_NG_SSCOP_H
#define _NETGRAPH_ATM_NG_SSCOP_H
#ifndef _NETGRAPH_ATM_NG_SSCOP_H_
#define _NETGRAPH_ATM_NG_SSCOP_H_
#define NG_SSCOP_NODE_TYPE "sscop"
#define NGM_SSCOP_COOKIE 980175044

View File

@ -31,8 +31,8 @@
*
* In-kernel UNI stack message functions.
*/
#ifndef _NETGRAPH_ATM_NGATMBASE_H
#define _NETGRAPH_ATM_NGATMBASE_H
#ifndef _NETGRAPH_ATM_NGATMBASE_H_
#define _NETGRAPH_ATM_NGATMBASE_H_
/* forward declarations */
struct mbuf;