diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-01-07 01:45:51 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-01-07 01:45:51 +0000 |
commit | c398230b64aea809cb7c5cea8db580af7097920c (patch) | |
tree | eb31ac736ac91e1175c700bbbf60cf1c022cf331 /sys/netgraph/atm/ng_atm.h | |
parent | 610055c9e2703bbfa36be9b6af27493748a30967 (diff) |
Notes
Diffstat (limited to 'sys/netgraph/atm/ng_atm.h')
-rw-r--r-- | sys/netgraph/atm/ng_atm.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netgraph/atm/ng_atm.h b/sys/netgraph/atm/ng_atm.h index ebf7cb69843c..6b42d721c4cd 100644 --- a/sys/netgraph/atm/ng_atm.h +++ b/sys/netgraph/atm/ng_atm.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. @@ -25,7 +25,9 @@ * SUCH DAMAGE. * * Author: Harti Brandt <harti@freebsd.org> - * + */ + +/* * Netgraph module to connect NATM interfaces to netgraph. * * $FreeBSD$ |