diff options
Diffstat (limited to 'usr.bin/m4')
| -rw-r--r-- | usr.bin/m4/Makefile | 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 |
13 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 46fb32d2aeb1..563cffce041d 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.6 2002/05/01 21:37:29 jmallett Exp $ # -DEXTENDED # if you want the paste & spaste macros. diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index 6d2d0fdefc55..3d8505c2617f 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.21 2003/05/01 02:36:27 tjr Exp $"); /* * eval.c diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index 6e20b7a4851c..0411e41dc471 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.13 2002/10/30 15:50:00 jmallett Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h index 88cba414fe30..01cfc9ad4ccb 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.11 2002/07/15 02:15:12 jmallett Exp $ */ /* eval.c */ diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index 85a937c705bb..0560e9963e45 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.8 2002/07/15 02:15:12 jmallett 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 3554b55875e0..73ef5a29aff2 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.23 2003/06/08 13:47:20 charnier Exp $ .\" .Dd April 17, 2002 .Dt M4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index a1cf0657638d..78c997fa86cf 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.24 2002/09/04 01:12:39 jmallett 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> |
