diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
commit | ee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch) | |
tree | d0c5a8ce449174adb1446885a3852074d1bf406d /sbin/config_slot | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
Diffstat (limited to 'sbin/config_slot')
-rw-r--r-- | sbin/config_slot/Makefile | 2 | ||||
-rw-r--r-- | sbin/config_slot/config_slot.c | 2 | ||||
-rw-r--r-- | sbin/config_slot/read_conf.c | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/sbin/config_slot/Makefile b/sbin/config_slot/Makefile index 74e14e35e1f..9cddf17faa7 100644 --- a/sbin/config_slot/Makefile +++ b/sbin/config_slot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/04/29 13:07:01 hvozda Exp $ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:30:02 deraadt Exp $ SRCS = config_slot.c pcmcia_conf.c VPATH = ${.CURDIR}/../../sys/dev/pcmcia diff --git a/sbin/config_slot/config_slot.c b/sbin/config_slot/config_slot.c index a24c387eff9..aec51b85fd0 100644 --- a/sbin/config_slot/config_slot.c +++ b/sbin/config_slot/config_slot.c @@ -1,3 +1,5 @@ +/* $OpenBSD: config_slot.c,v 1.2 1996/06/23 14:30:02 deraadt Exp $ */ + /* * Copyright (c) 1993, 1994 Stefan Grefen. All rights reserved. * diff --git a/sbin/config_slot/read_conf.c b/sbin/config_slot/read_conf.c index 9e4a60cb569..333b93ac097 100644 --- a/sbin/config_slot/read_conf.c +++ b/sbin/config_slot/read_conf.c @@ -1,3 +1,5 @@ +/* $OpenBSD: read_conf.c,v 1.2 1996/06/23 14:30:03 deraadt Exp $ */ + /* * Copyright (c) 1993, 1994 Stefan Grefen. All rights reserved. * |