diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-07 08:07:53 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-07 08:07:53 +0000 |
commit | 573eb69dc8488de8f086c4d9acbe01ba518432d6 (patch) | |
tree | ff648b6313e4182f13018cedb228d3edeea38f23 /sys/dev/pcmcia | |
parent | fe3798b99bef6ca8edca00952458769ee06865e6 (diff) |
$OpenBSD$
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/pcmcia.h | 2 | ||||
-rw-r--r-- | sys/dev/pcmcia/pcmcia_conf.c | 2 | ||||
-rw-r--r-- | sys/dev/pcmcia/pcmcia_ioctl.h | 2 | ||||
-rw-r--r-- | sys/dev/pcmcia/pcmciareg.h | 2 | ||||
-rw-r--r-- | sys/dev/pcmcia/pcmciavar.h | 2 |
5 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/pcmcia.h b/sys/dev/pcmcia/pcmcia.h index 67df7217ff5..6c12de44a1c 100644 --- a/sys/dev/pcmcia/pcmcia.h +++ b/sys/dev/pcmcia/pcmcia.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pcmcia.h,v 1.2 1997/11/07 08:07:32 niklas Exp $ */ + #ifndef __PCMCIA_H__ #define __PCMCIA_H__ diff --git a/sys/dev/pcmcia/pcmcia_conf.c b/sys/dev/pcmcia/pcmcia_conf.c index d7b07b5aec7..c79d3623289 100644 --- a/sys/dev/pcmcia/pcmcia_conf.c +++ b/sys/dev/pcmcia/pcmcia_conf.c @@ -1,4 +1,4 @@ -/* $Id: pcmcia_conf.c,v 1.5 1997/08/19 21:59:50 angelos Exp $ */ +/* $OpenBSD: pcmcia_conf.c,v 1.6 1997/11/07 08:07:33 niklas Exp $ */ /* * Copyright (c) 1996 John T. Kohl. All rights reserved. * Copyright (c) 1994 Stefan Grefen. All rights reserved. diff --git a/sys/dev/pcmcia/pcmcia_ioctl.h b/sys/dev/pcmcia/pcmcia_ioctl.h index dd8b9e6174e..11d8a644a56 100644 --- a/sys/dev/pcmcia/pcmcia_ioctl.h +++ b/sys/dev/pcmcia/pcmcia_ioctl.h @@ -1,4 +1,4 @@ -/* $Id: pcmcia_ioctl.h,v 1.2 1996/04/29 14:17:25 hvozda Exp $ */ +/* $OpenBSD: pcmcia_ioctl.h,v 1.3 1997/11/07 08:07:34 niklas Exp $ */ /* * Copyright (c) 1993, 1994 Stefan Grefen. All rights reserved. * diff --git a/sys/dev/pcmcia/pcmciareg.h b/sys/dev/pcmcia/pcmciareg.h index f3f4446c37d..840d745aba3 100644 --- a/sys/dev/pcmcia/pcmciareg.h +++ b/sys/dev/pcmcia/pcmciareg.h @@ -1,4 +1,4 @@ -/* $Id: pcmciareg.h,v 1.1 1996/04/29 14:17:35 hvozda Exp $ */ +/* $OpenBSD: pcmciareg.h,v 1.2 1997/11/07 08:07:35 niklas Exp $ */ /* * This file was apparently first written by Stefan Grefen, although it * contained no copyright notice at the time. diff --git a/sys/dev/pcmcia/pcmciavar.h b/sys/dev/pcmcia/pcmciavar.h index 6260b30d41d..58872f0722c 100644 --- a/sys/dev/pcmcia/pcmciavar.h +++ b/sys/dev/pcmcia/pcmciavar.h @@ -1,4 +1,4 @@ -/* $Id: pcmciavar.h,v 1.4 1997/03/01 22:42:59 niklas Exp $ */ +/* $OpenBSD: pcmciavar.h,v 1.5 1997/11/07 08:07:36 niklas Exp $ */ /* * Copyright (c) 1995,1996 John T. Kohl. All rights reserved. * Copyright (c) 1993, 1994 Stefan Grefen. All rights reserved. |