From aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 24 Aug 2003 17:55:58 +0000 Subject: Use __FBSDID(). Also some minor style cleanups. --- sys/dev/hatm/if_hatm_intr.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'sys/dev/hatm') diff --git a/sys/dev/hatm/if_hatm_intr.c b/sys/dev/hatm/if_hatm_intr.c index d337a96bd8a3..4c768168d1f8 100644 --- a/sys/dev/hatm/if_hatm_intr.c +++ b/sys/dev/hatm/if_hatm_intr.c @@ -2,6 +2,7 @@ * Copyright (c) 2001-2003 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). * All rights reserved. + * Author: Hartmut Brandt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -23,17 +24,17 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * Author: Hartmut Brandt - * - * ForeHE driver. - * - * Interrupt handler. */ #include __FBSDID("$FreeBSD$"); +/* + * ForeHE driver. + * + * Interrupt handler. + */ + #include "opt_inet.h" #include "opt_natm.h" -- cgit v1.3