Add multiple inclusion protection

This commit is contained in:
matt 2004-04-21 23:18:10 +00:00
parent 0b5d1218b5
commit 961e6cb2e5
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: clnp.h,v 1.17 2004/04/19 05:16:45 matt Exp $ */
/* $NetBSD: clnp.h,v 1.18 2004/04/21 23:18:10 matt Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -54,6 +54,9 @@ SOFTWARE.
******************************************************************/
#ifndef _NETISO_CLNP_H
#define _NETISO_CLNP_H
/*
* ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
*/
@ -541,3 +544,5 @@ struct troll trollctl;
#endif /* TROLL */
#endif /* _KERNEL */
#endif /* !_NETISO_CLNP_H */