aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-09 09:52:52 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-09 09:52:52 +0000
commit9e50dd77266c0b766487b7fcc8890ecf34ee80e7 (patch)
treedf574706d01fc76e031f39d579170a13559818bd /usr.bin/indent
parenta5e1cac0f50bdfadd53b412fe740ccdc4ce460e3 (diff)
downloadsrc-9e50dd77266c0b766487b7fcc8890ecf34ee80e7.tar.gz
src-9e50dd77266c0b766487b7fcc8890ecf34ee80e7.zip
Add or fix FreeBSD IDs.
Notes
Notes: svn path=/head/; revision=69796
Diffstat (limited to 'usr.bin/indent')
-rw-r--r--usr.bin/indent/args.c2
-rw-r--r--usr.bin/indent/indent.c2
-rw-r--r--usr.bin/indent/indent_codes.h1
-rw-r--r--usr.bin/indent/io.c2
-rw-r--r--usr.bin/indent/lexi.c3
-rw-r--r--usr.bin/indent/parse.c2
-rw-r--r--usr.bin/indent/pr_comment.c3
7 files changed, 10 insertions, 5 deletions
diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c
index 2e6821fe62b8..3ddab3309a2f 100644
--- a/usr.bin/indent/args.c
+++ b/usr.bin/indent/args.c
@@ -38,7 +38,7 @@
static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "@(#)$FreeBSD$";
#endif /* not lint */
/*
diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c
index 1a8675581134..3b82e95f38de 100644
--- a/usr.bin/indent/indent.c
+++ b/usr.bin/indent/indent.c
@@ -46,7 +46,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "@(#)$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h
index 8373d4e933ae..e1ff294e2576 100644
--- a/usr.bin/indent/indent_codes.h
+++ b/usr.bin/indent/indent_codes.h
@@ -33,6 +33,7 @@
* SUCH DAMAGE.
*
* @(#)indent_codes.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#define newline 1
diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c
index 596c849d6c35..bc186e713eb5 100644
--- a/usr.bin/indent/io.c
+++ b/usr.bin/indent/io.c
@@ -38,7 +38,7 @@
static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "@(#)$FreeBSD$";
#endif /* not lint */
#include <ctype.h>
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c
index 2db3e0a2f06c..67fea44d153e 100644
--- a/usr.bin/indent/lexi.c
+++ b/usr.bin/indent/lexi.c
@@ -35,7 +35,8 @@
#ifndef lint
static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static const char rcsid[] =
+ "@(#)$FreeBSD$";
#endif /* not lint */
/*
diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c
index eeeb30acc22f..33ce79e28a8e 100644
--- a/usr.bin/indent/parse.c
+++ b/usr.bin/indent/parse.c
@@ -35,6 +35,8 @@
#ifndef lint
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93";
+static const char rcsid[] =
+ "@(#)$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c
index ec73d6c65aec..357d9072db46 100644
--- a/usr.bin/indent/pr_comment.c
+++ b/usr.bin/indent/pr_comment.c
@@ -35,7 +35,8 @@
#ifndef lint
static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static const char rcsid[] =
+ "@(#)$FreeBSD$";
#endif /* not lint */
#include <stdio.h>