aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-26 21:12:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-26 21:12:35 +0000
commit7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch)
treea37e562f560b38e8e087a744d063186d6b1e6746 /usr.bin/m4
parenta964be6d2c35243e54bf5ce12c15339d331189cb (diff)
This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvs
'RELENG_4_1_0_RELEASE'. This commit was manufactured to restore the state of the 4.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/eval.c2
-rw-r--r--usr.bin/m4/m4.12
-rw-r--r--usr.bin/m4/main.c2
-rw-r--r--usr.bin/m4/misc.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c
index e863a13cbdff..e24c378f0cf9 100644
--- a/usr.bin/m4/eval.c
+++ b/usr.bin/m4/eval.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)eval.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/m4/eval.c,v 1.10 1999/08/28 01:03:19 peter Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 681befcd7dc9..5ef885160b43 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,5 +1,5 @@
.\"
-.\" @(#) $FreeBSD$
+.\" @(#) $FreeBSD: src/usr.bin/m4/m4.1,v 1.10 1999/11/15 03:08:18 kris Exp $
.\"
.Dd January 26, 1993
.Dt M4 1
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c
index 41b7b1385fe9..2ff2835a460f 100644
--- a/usr.bin/m4/main.c
+++ b/usr.bin/m4/main.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/m4/main.c,v 1.6 1999/08/28 01:03:20 peter Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c
index 452f849cf4d2..9e1858c8eef5 100644
--- a/usr.bin/m4/misc.c
+++ b/usr.bin/m4/misc.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/m4/misc.c,v 1.5 1999/08/28 01:03:20 peter Exp $";
#endif /* not lint */
#include <sys/types.h>