diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1996-09-21 18:25:01 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1996-09-21 18:25:01 +0000 |
commit | c9b0a2a7b2c811c0826fe91c123ccf87295c4d1f (patch) | |
tree | 9fa7debea66f2ce55bf924301f2238a47fd31c4e /usr.sbin | |
parent | 9e5dfaba26ac2e98b8fe050c1d57b9f4b8c54f10 (diff) |
Replace $Id with $OpenBSD. -moj
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mopd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/mopd/Makefile.inc | 2 | ||||
-rw-r--r-- | usr.sbin/mopd/common/cmp.c | 3 | ||||
-rw-r--r-- | usr.sbin/mopd/common/cmp.h | 4 |
4 files changed, 7 insertions, 4 deletions
diff --git a/usr.sbin/mopd/Makefile b/usr.sbin/mopd/Makefile index 8c20a6efe18..a225ca6cd20 100644 --- a/usr.sbin/mopd/Makefile +++ b/usr.sbin/mopd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/09/21 13:49:15 maja Exp $ +# $OpenBSD: Makefile,v 1.2 1996/09/21 18:24:56 maja Exp $ SUBDIR= mopd mopprobe moptrace mopchk mopa.out diff --git a/usr.sbin/mopd/Makefile.inc b/usr.sbin/mopd/Makefile.inc index d76b2ca5d44..3ca80b01179 100644 --- a/usr.sbin/mopd/Makefile.inc +++ b/usr.sbin/mopd/Makefile.inc @@ -1,4 +1,4 @@ # from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 -# $Id: Makefile.inc,v 1.1 1996/09/21 13:49:16 maja Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/09/21 18:24:57 maja Exp $ BINDIR?= /usr/sbin diff --git a/usr.sbin/mopd/common/cmp.c b/usr.sbin/mopd/common/cmp.c index 09b6e4abd31..a01ab3e1dff 100644 --- a/usr.sbin/mopd/common/cmp.c +++ b/usr.sbin/mopd/common/cmp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cmp.c,v 1.2 1996/09/21 18:24:59 maja Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. * @@ -28,7 +29,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: cmp.c,v 1.1 1996/09/21 13:49:16 maja Exp $"; +static char rcsid[] = "$OpenBSD: cmp.c,v 1.2 1996/09/21 18:24:59 maja Exp $"; #endif #include "os.h" diff --git a/usr.sbin/mopd/common/cmp.h b/usr.sbin/mopd/common/cmp.h index 78d4e496037..b5dee941f94 100644 --- a/usr.sbin/mopd/common/cmp.h +++ b/usr.sbin/mopd/common/cmp.h @@ -1,3 +1,5 @@ +/* $OpenBSD: cmp.h,v 1.2 1996/09/21 18:25:00 maja Exp $ */ + /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. * @@ -26,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cmp.h,v 1.1 1996/09/21 13:49:16 maja Exp $ + * $OpenBSD: cmp.h,v 1.2 1996/09/21 18:25:00 maja Exp $ * */ |