diff options
author | harti <harti@FreeBSD.org> | 2003-11-13 13:00:56 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-11-13 13:00:56 +0000 |
commit | 650f540b8d6f1e889ef3f8bd86211668f13343dc (patch) | |
tree | 7503211aa79601ed5f30a5f52eb4755fa5ea0875 /sys/netgraph/atm/ng_atm.h | |
parent | aa4ea0ed164848a21553e938481c69d7bcf54b65 (diff) | |
download | FreeBSD-src-650f540b8d6f1e889ef3f8bd86211668f13343dc.zip FreeBSD-src-650f540b8d6f1e889ef3f8bd86211668f13343dc.tar.gz |
Make the defines that prevent multiple includes look like the
others in netgraph.
Diffstat (limited to 'sys/netgraph/atm/ng_atm.h')
-rw-r--r-- | sys/netgraph/atm/ng_atm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/atm/ng_atm.h b/sys/netgraph/atm/ng_atm.h index f8cd1c7..675b437 100644 --- a/sys/netgraph/atm/ng_atm.h +++ b/sys/netgraph/atm/ng_atm.h @@ -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 |