diff options
-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 $ * */ |