make a multiple inclusion protection macro match with the filename.

This commit is contained in:
yamt 2006-07-08 05:57:41 +00:00
parent 85d844ab45
commit 7d19947ffd
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_agrvar_impl.h,v 1.2 2005/12/10 23:21:39 elad Exp $ */
/* $NetBSD: if_agrvar_impl.h,v 1.3 2006/07/08 05:57:41 yamt Exp $ */
/*-
* Copyright (c)2005 YAMAMOTO Takashi,
@ -26,8 +26,8 @@
* SUCH DAMAGE.
*/
#ifndef _NET_AGR_IF_AGRVAR_INT_H_
#define _NET_AGR_IF_AGRVAR_INT_H_
#ifndef _NET_AGR_IF_AGRVAR_IMPL_H_
#define _NET_AGR_IF_AGRVAR_IMPL_H_
/*
* implementaion details for agr(4) driver. (contrast to if_agrvar.h)
@ -139,4 +139,4 @@ void agrtimer_stop(struct agr_softc *);
void agrport_monitor(struct agr_port *);
#endif /* !_NET_AGR_IF_AGRVAR_INT_H_ */
#endif /* !_NET_AGR_IF_AGRVAR_IMPL_H_ */