diff options
Diffstat (limited to 'usr.bin/m4')
-rw-r--r-- | usr.bin/m4/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/m4/TEST/math.m4 | 2 | ||||
-rw-r--r-- | usr.bin/m4/eval.c | 2 | ||||
-rw-r--r-- | usr.bin/m4/expr.c | 2 | ||||
-rw-r--r-- | usr.bin/m4/extern.h | 2 | ||||
-rw-r--r-- | usr.bin/m4/gnum4.c | 2 | ||||
-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 | 2 | ||||
-rw-r--r-- | usr.bin/m4/mdef.h | 2 | ||||
-rw-r--r-- | usr.bin/m4/misc.c | 2 | ||||
-rw-r--r-- | usr.bin/m4/pathnames.h | 2 | ||||
-rw-r--r-- | usr.bin/m4/stdd.h | 2 | ||||
-rw-r--r-- | usr.bin/m4/trace.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 702b3f3d2444..44b68d5778f9 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/m4/Makefile,v 1.7 2005/01/28 16:08:07 ru Exp $ # -DEXTENDED # if you want the paste & spaste macros. diff --git a/usr.bin/m4/TEST/math.m4 b/usr.bin/m4/TEST/math.m4 index 0262af66e253..b51f6ed9c5e0 100644 --- a/usr.bin/m4/TEST/math.m4 +++ b/usr.bin/m4/TEST/math.m4 @@ -1,4 +1,4 @@ -dnl $FreeBSD$ +dnl $FreeBSD: src/usr.bin/m4/TEST/math.m4,v 1.1 2004/05/01 03:27:05 smkelly Exp $ dnl A regression test for m4 C operators (ksb,petef) dnl If you think you have a short-circuiting m4, run us m4 -DSHORCIRCUIT=yes dnl diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index 060ce03661d5..7988957c35e3 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -48,7 +48,7 @@ static char rcsid[] = "$OpenBSD: eval.c,v 1.44 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/eval.c,v 1.22 2004/08/16 14:18:21 tjr Exp $"); /* * eval.c diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index 2c0284b1a784..969f99d7a4ea 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -48,7 +48,7 @@ static char rcsid[] = "$OpenBSD: expr.c,v 1.14 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/expr.c,v 1.14 2004/05/01 03:59:43 smkelly Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h index e96870b58555..cefa6ecac892 100644 --- a/usr.bin/m4/extern.h +++ b/usr.bin/m4/extern.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/extern.h,v 1.12 2004/08/16 14:18:22 tjr Exp $ */ /* eval.c */ diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index 8940bb820f77..a1b1be626e5f 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/gnum4.c,v 1.9 2004/05/18 15:53:58 stefanf Exp $"); /* * functions needed to support gnu-m4 extensions, including a fake freezing diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index bafaa2ad5a43..805b51f8504f 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)look.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/look.c,v 1.7 2002/07/15 02:15:12 jmallett Exp $"); /* * look.c diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 0c492a98ca3c..fc233cc16d35 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,5 @@ .\" @(#) $OpenBSD: m4.1,v 1.24 2002/04/18 18:57:23 espie Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/m4/m4.1,v 1.27 2005/01/17 07:44:22 ru Exp $ .\" .Dd July 3, 2004 .Dt M4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 847a37288e0c..bf4b95af20ec 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -54,7 +54,7 @@ static char rcsid[] = "$OpenBSD: main.c,v 1.53 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/main.c,v 1.26 2004/08/16 14:18:22 tjr Exp $"); /* * main.c diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index e3e48e272001..47ab5fbf9610 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)mdef.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/mdef.h,v 1.10 2002/07/15 02:15:12 jmallett Exp $ */ #define MACRTYPE 1 diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index b5632e820fef..7718796b116b 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -48,7 +48,7 @@ static char rcsid[] = "$OpenBSD: misc.c,v 1.27 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/misc.c,v 1.15 2002/07/15 02:15:12 jmallett Exp $"); #include <sys/types.h> #include <errno.h> diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h index 94e8164f07ab..a8a30e0ce650 100644 --- a/usr.bin/m4/pathnames.h +++ b/usr.bin/m4/pathnames.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/pathnames.h,v 1.4 2002/05/02 05:25:23 jmallett Exp $ */ /* diff --git a/usr.bin/m4/stdd.h b/usr.bin/m4/stdd.h index 34939854b97f..5cd8db0fe302 100644 --- a/usr.bin/m4/stdd.h +++ b/usr.bin/m4/stdd.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)stdd.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/stdd.h,v 1.4 2002/07/15 02:15:12 jmallett Exp $ */ /* diff --git a/usr.bin/m4/trace.c b/usr.bin/m4/trace.c index a42aea044271..26140bf7269a 100644 --- a/usr.bin/m4/trace.c +++ b/usr.bin/m4/trace.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/trace.c,v 1.7 2002/07/15 02:15:12 jmallett Exp $"); #include <sys/types.h> #include <stddef.h> |