diff options
Diffstat (limited to 'usr.bin/m4')
-rw-r--r-- | usr.bin/m4/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/m4/PSD.doc/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/m4/TEST/ack.m4 | 1 | ||||
-rw-r--r-- | usr.bin/m4/TEST/hanoi.m4 | 1 | ||||
-rw-r--r-- | usr.bin/m4/TEST/hash.m4 | 1 | ||||
-rw-r--r-- | usr.bin/m4/TEST/sqroot.m4 | 1 | ||||
-rw-r--r-- | usr.bin/m4/TEST/string.m4 | 1 | ||||
-rw-r--r-- | usr.bin/m4/TEST/test.m4 | 1 | ||||
-rw-r--r-- | usr.bin/m4/eval.c | 3 | ||||
-rw-r--r-- | usr.bin/m4/expr.c | 3 | ||||
-rw-r--r-- | usr.bin/m4/extern.h | 1 | ||||
-rw-r--r-- | usr.bin/m4/look.c | 2 | ||||
-rw-r--r-- | usr.bin/m4/m4.1 | 2 | ||||
-rw-r--r-- | usr.bin/m4/main.c | 3 | ||||
-rw-r--r-- | usr.bin/m4/mdef.h | 1 | ||||
-rw-r--r-- | usr.bin/m4/misc.c | 3 | ||||
-rw-r--r-- | usr.bin/m4/pathnames.h | 1 | ||||
-rw-r--r-- | usr.bin/m4/serv.c | 3 | ||||
-rw-r--r-- | usr.bin/m4/stdd.h | 1 |
19 files changed, 27 insertions, 8 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 70f12d0976b..7f7df268cae 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:36:10 deraadt Exp $ + # -DEXTENDED # if you want the paste & spaste macros. diff --git a/usr.bin/m4/PSD.doc/Makefile b/usr.bin/m4/PSD.doc/Makefile index 0613e08237f..c60c912e15c 100644 --- a/usr.bin/m4/PSD.doc/Makefile +++ b/usr.bin/m4/PSD.doc/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:36:17 deraadt Exp $ + DIR= psd/17.m4 SRCS= m4.ms diff --git a/usr.bin/m4/TEST/ack.m4 b/usr.bin/m4/TEST/ack.m4 index 2784c45b595..ef0b5ef5159 100644 --- a/usr.bin/m4/TEST/ack.m4 +++ b/usr.bin/m4/TEST/ack.m4 @@ -1,3 +1,4 @@ +# $OpenBSD: ack.m4,v 1.2 1996/06/26 05:36:18 deraadt Exp $ # $NetBSD: ack.m4,v 1.4 1995/09/28 05:37:54 tls Exp $ # # Copyright (c) 1989, 1993 diff --git a/usr.bin/m4/TEST/hanoi.m4 b/usr.bin/m4/TEST/hanoi.m4 index 6f7343104fb..d16f922ad0d 100644 --- a/usr.bin/m4/TEST/hanoi.m4 +++ b/usr.bin/m4/TEST/hanoi.m4 @@ -1,3 +1,4 @@ +# $OpenBSD: hanoi.m4,v 1.2 1996/06/26 05:36:19 deraadt Exp $ # $NetBSD: hanoi.m4,v 1.4 1995/09/28 05:37:56 tls Exp $ # # Copyright (c) 1989, 1993 diff --git a/usr.bin/m4/TEST/hash.m4 b/usr.bin/m4/TEST/hash.m4 index 5de2f79bbf6..21b40e140c2 100644 --- a/usr.bin/m4/TEST/hash.m4 +++ b/usr.bin/m4/TEST/hash.m4 @@ -1,3 +1,4 @@ +# $OpenBSD: hash.m4,v 1.2 1996/06/26 05:36:19 deraadt Exp $ # $NetBSD: hash.m4,v 1.4 1995/09/28 05:37:58 tls Exp $ # # Copyright (c) 1989, 1993 diff --git a/usr.bin/m4/TEST/sqroot.m4 b/usr.bin/m4/TEST/sqroot.m4 index 6fc8d2c73c8..d01789bb4d0 100644 --- a/usr.bin/m4/TEST/sqroot.m4 +++ b/usr.bin/m4/TEST/sqroot.m4 @@ -1,3 +1,4 @@ +# $OpenBSD: sqroot.m4,v 1.2 1996/06/26 05:36:20 deraadt Exp $ # $NetBSD: sqroot.m4,v 1.4 1995/09/28 05:38:01 tls Exp $ # # Copyright (c) 1989, 1993 diff --git a/usr.bin/m4/TEST/string.m4 b/usr.bin/m4/TEST/string.m4 index a14f14a2035..bb0bba4d1b6 100644 --- a/usr.bin/m4/TEST/string.m4 +++ b/usr.bin/m4/TEST/string.m4 @@ -1,3 +1,4 @@ +# $OpenBSD: string.m4,v 1.2 1996/06/26 05:36:20 deraadt Exp $ # $NetBSD: string.m4,v 1.4 1995/09/28 05:38:03 tls Exp $ # # Copyright (c) 1989, 1993 diff --git a/usr.bin/m4/TEST/test.m4 b/usr.bin/m4/TEST/test.m4 index 5b198073aa8..1c77b9bdef9 100644 --- a/usr.bin/m4/TEST/test.m4 +++ b/usr.bin/m4/TEST/test.m4 @@ -1,3 +1,4 @@ +# $OpenBSD: test.m4,v 1.2 1996/06/26 05:36:21 deraadt Exp $ # $NetBSD: test.m4,v 1.4 1995/09/28 05:38:05 tls Exp $ # # Copyright (c) 1989, 1993 diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index 790c995a46c..2a5b8594941 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -1,3 +1,4 @@ +/* $OpenBSD: eval.c,v 1.4 1996/06/26 05:36:11 deraadt Exp $ */ /* $NetBSD: eval.c,v 1.5 1996/01/13 23:25:23 pk Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)eval.c 8.2 (Berkeley) 4/27/95"; #else -static char rcsid[] = "$NetBSD: eval.c,v 1.5 1996/01/13 23:25:23 pk Exp $"; +static char rcsid[] = "$OpenBSD: eval.c,v 1.4 1996/06/26 05:36:11 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index 5383da1f695..30ab96d644a 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: expr.c,v 1.2 1996/06/26 05:36:11 deraadt Exp $ */ /* $NetBSD: expr.c,v 1.7 1995/09/28 05:37:31 tls Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)expr.c 8.2 (Berkeley) 4/29/95"; #else -static char rcsid[] = "$NetBSD: expr.c,v 1.7 1995/09/28 05:37:31 tls Exp $"; +static char rcsid[] = "$OpenBSD: expr.c,v 1.2 1996/06/26 05:36:11 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h index 437ceff887a..e4f7e7de37e 100644 --- a/usr.bin/m4/extern.h +++ b/usr.bin/m4/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.3 1996/06/26 05:36:12 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.3 1996/01/13 23:25:24 pk Exp $ */ /*- diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index 7c750b0c0a1..4aef4823ebb 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -1,3 +1,5 @@ +/* $OpenBSD: look.c,v 1.2 1996/06/26 05:36:12 deraadt Exp $ */ + /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index b82678ac8b7..8e3d553f246 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,5 @@ +.\" @(#) $OpenBSD: m4.1,v 1.3 1996/06/26 05:36:13 deraadt Exp $ .\" -.\" @(#) $Id: m4.1,v 1.2 1995/12/14 02:57:00 deraadt Exp $ .\" .Dd January 26, 1993 .Dt m4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 25fe8fce55b..a226f50978e 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -1,3 +1,4 @@ +/* $OpenBSD: main.c,v 1.3 1996/06/26 05:36:14 deraadt Exp $ */ /* $NetBSD: main.c,v 1.11 1996/01/13 23:25:26 pk Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: main.c,v 1.11 1996/01/13 23:25:26 pk Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.3 1996/06/26 05:36:14 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index dacbf60d99d..0b231ff9c5f 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -1,3 +1,4 @@ +/* $OpenBSD: mdef.h,v 1.3 1996/06/26 05:36:14 deraadt Exp $ */ /* $NetBSD: mdef.h,v 1.7 1996/01/13 23:25:27 pk Exp $ */ /* diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index 702e6980bfa..1b161f1c393 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: misc.c,v 1.3 1996/06/26 05:36:15 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.6 1995/09/28 05:37:41 tls Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: misc.c,v 1.6 1995/09/28 05:37:41 tls Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.3 1996/06/26 05:36:15 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h index 8376c6c6d25..a6332c28aad 100644 --- a/usr.bin/m4/pathnames.h +++ b/usr.bin/m4/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:36:15 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.6 1995/09/29 00:27:55 cgd Exp $ */ /* diff --git a/usr.bin/m4/serv.c b/usr.bin/m4/serv.c index d7ace57ae27..f264a550ef4 100644 --- a/usr.bin/m4/serv.c +++ b/usr.bin/m4/serv.c @@ -1,3 +1,4 @@ +/* $OpenBSD: serv.c,v 1.3 1996/06/26 05:36:16 deraadt Exp $ */ /* $NetBSD: serv.c,v 1.7 1995/09/28 05:37:47 tls Exp $ */ /* @@ -45,7 +46,7 @@ #if 0 static char sccsid[] = "@(#)serv.c 5.4 (Berkeley) 1/21/94"; #else -static char rcsid[] = "$NetBSD: serv.c,v 1.7 1995/09/28 05:37:47 tls Exp $"; +static char rcsid[] = "$OpenBSD: serv.c,v 1.3 1996/06/26 05:36:16 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/m4/stdd.h b/usr.bin/m4/stdd.h index f27fa789adb..57993f703bb 100644 --- a/usr.bin/m4/stdd.h +++ b/usr.bin/m4/stdd.h @@ -1,3 +1,4 @@ +/* $OpenBSD: stdd.h,v 1.2 1996/06/26 05:36:16 deraadt Exp $ */ /* $NetBSD: stdd.h,v 1.2 1995/09/28 05:37:50 tls Exp $ */ /*- |