From 1329537b7ac80b377e86be15e25be054599d79b1 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Wed, 18 Jun 2003 09:31:37 +0000 Subject: [PATCH] Style: __FBSDID(). --- sys/dev/hatm/if_hatm.c | 6 ++++-- sys/dev/hatm/if_hatm_intr.c | 5 +++-- sys/dev/hatm/if_hatm_ioctl.c | 5 +++-- sys/dev/hatm/if_hatm_rx.c | 5 +++-- sys/dev/hatm/if_hatm_tx.c | 5 +++-- 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/sys/dev/hatm/if_hatm.c b/sys/dev/hatm/if_hatm.c index da3b40ea6ec7..48c45b83b890 100644 --- a/sys/dev/hatm/if_hatm.c +++ b/sys/dev/hatm/if_hatm.c @@ -26,13 +26,15 @@ * * Author: Hartmut Brandt * - * $FreeBSD$ - * * ForeHE driver. * * This file contains the module and driver infrastructure stuff as well * as a couple of utility functions and the entire initialisation. */ + +#include +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_intr.c b/sys/dev/hatm/if_hatm_intr.c index b251aded1f9a..35edf0c16527 100644 --- a/sys/dev/hatm/if_hatm_intr.c +++ b/sys/dev/hatm/if_hatm_intr.c @@ -26,13 +26,14 @@ * * Author: Hartmut Brandt * - * $FreeBSD$ - * * ForeHE driver. * * Interrupt handler. */ +#include +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_ioctl.c b/sys/dev/hatm/if_hatm_ioctl.c index 704b1410763a..479500bd5160 100644 --- a/sys/dev/hatm/if_hatm_ioctl.c +++ b/sys/dev/hatm/if_hatm_ioctl.c @@ -26,13 +26,14 @@ * * Author: Hartmut Brandt * - * $FreeBSD$ - * * ForeHE driver. * * Ioctl handler. */ +#include +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_rx.c b/sys/dev/hatm/if_hatm_rx.c index e276dd1af161..357a06f78373 100644 --- a/sys/dev/hatm/if_hatm_rx.c +++ b/sys/dev/hatm/if_hatm_rx.c @@ -26,13 +26,14 @@ * * Author: Hartmut Brandt * - * $FreeBSD$ - * * ForeHE driver. * * Receive. */ +#include +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_tx.c b/sys/dev/hatm/if_hatm_tx.c index 355300b8a697..ba8a8e8c2b94 100644 --- a/sys/dev/hatm/if_hatm_tx.c +++ b/sys/dev/hatm/if_hatm_tx.c @@ -26,13 +26,14 @@ * * Author: Hartmut Brandt * - * $FreeBSD$ - * * ForeHE driver. * * Transmission. */ +#include +__FBSDID("$FreeBSD$"); + #include "opt_inet.h" #include "opt_natm.h"