diff options
Diffstat (limited to 'sys/dev/sio')
-rw-r--r-- | sys/dev/sio/sio.c | 2 | ||||
-rw-r--r-- | sys/dev/sio/sioreg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index c34091e..fe3c204 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.154 1996/11/30 15:52:56 bde Exp $ + * $FreeBSD$ */ #include "opt_comconsole.h" diff --git a/sys/dev/sio/sioreg.h b/sys/dev/sio/sioreg.h index 486ac54..b447b61 100644 --- a/sys/dev/sio/sioreg.h +++ b/sys/dev/sio/sioreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)comreg.h 7.2 (Berkeley) 5/9/91 - * $Id: sioreg.h,v 1.4 1995/12/10 13:39:15 phk Exp $ + * $FreeBSD$ */ |