diff options
Diffstat (limited to 'sys/dev/lindev')
| -rw-r--r-- | sys/dev/lindev/full.c | 2 | ||||
| -rw-r--r-- | sys/dev/lindev/lindev.c | 2 | ||||
| -rw-r--r-- | sys/dev/lindev/lindev.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/lindev/full.c b/sys/dev/lindev/full.c index 294094c075d3..883f9dae2090 100644 --- a/sys/dev/lindev/full.c +++ b/sys/dev/lindev/full.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lindev/full.c,v 1.1.2.2.6.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/lindev/lindev.c b/sys/dev/lindev/lindev.c index cf876042ae95..bffb99ef00ed 100644 --- a/sys/dev/lindev/lindev.c +++ b/sys/dev/lindev/lindev.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lindev/lindev.c,v 1.1.2.2.6.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/lindev/lindev.h b/sys/dev/lindev/lindev.h index 9b0be8250a02..2735fd124dcd 100644 --- a/sys/dev/lindev/lindev.h +++ b/sys/dev/lindev/lindev.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/lindev/lindev.h,v 1.1.2.2.6.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _DEV_LINDEV_LINDEV_H |
