diff options
Diffstat (limited to 'sys/netgraph/atm/ng_ccatm.h')
-rw-r--r-- | sys/netgraph/atm/ng_ccatm.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netgraph/atm/ng_ccatm.h b/sys/netgraph/atm/ng_ccatm.h index ecc0738..9e1eb66 100644 --- a/sys/netgraph/atm/ng_ccatm.h +++ b/sys/netgraph/atm/ng_ccatm.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2002 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. @@ -31,7 +31,9 @@ * SUCH DAMAGE. * * $FreeBSD$ - * + */ + +/* * Interface to ng_ccatm */ #ifndef _NETGRAPH_ATM_NG_CCATM_H_ |