aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@FreeBSD.org>1994-08-18 01:13:30 +0000
committerSean Eric Fagan <sef@FreeBSD.org>1994-08-18 01:13:30 +0000
commita036a0d1f24a4c1aefca1f2c66f165aab84d2dac (patch)
tree94d4310afe57b0cda77df5714e653721c30fe134 /usr.bin/vi
parent74225af9b5acca9d774b33f605f089f9fd1366eb (diff)
downloadsrc-a036a0d1f24a4c1aefca1f2c66f165aab84d2dac.tar.gz
src-a036a0d1f24a4c1aefca1f2c66f165aab84d2dac.zip
Bringing in version 1.34.
Reviewed by: Sean Eric Fagan
Notes
Notes: svn path=/head/; revision=2098
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/ex/ex.c2
-rw-r--r--usr.bin/vi/ex/ex_abbrev.c2
-rw-r--r--usr.bin/vi/ex/ex_append.c2
-rw-r--r--usr.bin/vi/ex/ex_args.c2
-rw-r--r--usr.bin/vi/ex/ex_argv.c2
-rw-r--r--usr.bin/vi/ex/ex_at.c2
-rw-r--r--usr.bin/vi/ex/ex_bang.c2
-rw-r--r--usr.bin/vi/ex/ex_cd.c2
-rw-r--r--usr.bin/vi/ex/ex_delete.c2
-rw-r--r--usr.bin/vi/ex/ex_digraph.c2
-rw-r--r--usr.bin/vi/ex/ex_display.c2
-rw-r--r--usr.bin/vi/ex/ex_edit.c2
-rw-r--r--usr.bin/vi/ex/ex_equal.c2
-rw-r--r--usr.bin/vi/ex/ex_exit.c2
-rw-r--r--usr.bin/vi/ex/ex_file.c2
-rw-r--r--usr.bin/vi/ex/ex_global.c2
-rw-r--r--usr.bin/vi/ex/ex_init.c2
-rw-r--r--usr.bin/vi/ex/ex_join.c2
-rw-r--r--usr.bin/vi/ex/ex_map.c2
-rw-r--r--usr.bin/vi/ex/ex_mark.c2
-rw-r--r--usr.bin/vi/ex/ex_mkexrc.c2
-rw-r--r--usr.bin/vi/ex/ex_move.c2
-rw-r--r--usr.bin/vi/ex/ex_open.c2
-rw-r--r--usr.bin/vi/ex/ex_preserve.c2
-rw-r--r--usr.bin/vi/ex/ex_print.c2
-rw-r--r--usr.bin/vi/ex/ex_put.c2
-rw-r--r--usr.bin/vi/ex/ex_read.c2
-rw-r--r--usr.bin/vi/ex/ex_screen.c2
-rw-r--r--usr.bin/vi/ex/ex_script.c2
-rw-r--r--usr.bin/vi/ex/ex_set.c2
-rw-r--r--usr.bin/vi/ex/ex_shell.c2
-rw-r--r--usr.bin/vi/ex/ex_shift.c2
-rw-r--r--usr.bin/vi/ex/ex_source.c2
-rw-r--r--usr.bin/vi/ex/ex_stop.c2
-rw-r--r--usr.bin/vi/ex/ex_subst.c2
-rw-r--r--usr.bin/vi/ex/ex_tag.c2
-rw-r--r--usr.bin/vi/ex/ex_undo.c2
-rw-r--r--usr.bin/vi/ex/ex_usage.c2
-rw-r--r--usr.bin/vi/ex/ex_util.c2
-rw-r--r--usr.bin/vi/ex/ex_version.c6
-rw-r--r--usr.bin/vi/ex/ex_visual.c2
-rw-r--r--usr.bin/vi/ex/ex_write.c2
-rw-r--r--usr.bin/vi/ex/ex_yank.c2
-rw-r--r--usr.bin/vi/ex/ex_z.c2
-rw-r--r--usr.bin/vi/ex/excmd.c2
-rw-r--r--usr.bin/vi/ex/filter.c2
46 files changed, 48 insertions, 48 deletions
diff --git a/usr.bin/vi/ex/ex.c b/usr.bin/vi/ex/ex.c
index 2ad29562b751..77666ca0abe8 100644
--- a/usr.bin/vi/ex/ex.c
+++ b/usr.bin/vi/ex/ex.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex.c 8.156 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex.c 8.157 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_abbrev.c b/usr.bin/vi/ex/ex_abbrev.c
index 49b038a3dc56..136003017923 100644
--- a/usr.bin/vi/ex/ex_abbrev.c
+++ b/usr.bin/vi/ex/ex_abbrev.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_abbrev.c 8.13 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_abbrev.c 8.14 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_append.c b/usr.bin/vi/ex/ex_append.c
index 6e6a9a777466..b819f5a55029 100644
--- a/usr.bin/vi/ex/ex_append.c
+++ b/usr.bin/vi/ex/ex_append.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_append.c 8.23 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_append.c 8.24 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_args.c b/usr.bin/vi/ex/ex_args.c
index 6be033091396..74f94f3e7b60 100644
--- a/usr.bin/vi/ex/ex_args.c
+++ b/usr.bin/vi/ex/ex_args.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_args.c 8.28 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_args.c 8.29 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_argv.c b/usr.bin/vi/ex/ex_argv.c
index 200cd2857785..bb033e2f9ebc 100644
--- a/usr.bin/vi/ex/ex_argv.c
+++ b/usr.bin/vi/ex/ex_argv.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_argv.c 8.37 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_argv.c 8.38 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_at.c b/usr.bin/vi/ex/ex_at.c
index 8ad6e9af849d..147261dcb140 100644
--- a/usr.bin/vi/ex/ex_at.c
+++ b/usr.bin/vi/ex/ex_at.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_at.c 8.26 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_at.c 8.27 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_bang.c b/usr.bin/vi/ex/ex_bang.c
index e7a182b30cae..d2ffaa43c473 100644
--- a/usr.bin/vi/ex/ex_bang.c
+++ b/usr.bin/vi/ex/ex_bang.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_bang.c 8.34 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_bang.c 8.35 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_cd.c b/usr.bin/vi/ex/ex_cd.c
index 4b3d4c826078..8a3d0f1b5b46 100644
--- a/usr.bin/vi/ex/ex_cd.c
+++ b/usr.bin/vi/ex/ex_cd.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_cd.c 8.17 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_cd.c 8.18 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/vi/ex/ex_delete.c b/usr.bin/vi/ex/ex_delete.c
index 3bccc2dcb7dc..4e1d241cd7e7 100644
--- a/usr.bin/vi/ex/ex_delete.c
+++ b/usr.bin/vi/ex/ex_delete.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_delete.c 8.13 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_delete.c 8.14 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_digraph.c b/usr.bin/vi/ex/ex_digraph.c
index e0de8295adb4..0db20bbd5e30 100644
--- a/usr.bin/vi/ex/ex_digraph.c
+++ b/usr.bin/vi/ex/ex_digraph.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_digraph.c 8.7 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_digraph.c 8.8 (Berkeley) 8/17/94";
#endif /* not lint */
#ifndef NO_DIGRAPH
diff --git a/usr.bin/vi/ex/ex_display.c b/usr.bin/vi/ex/ex_display.c
index 2833aebad5d2..7f90ef2da463 100644
--- a/usr.bin/vi/ex/ex_display.c
+++ b/usr.bin/vi/ex/ex_display.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_display.c 8.22 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_display.c 8.23 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_edit.c b/usr.bin/vi/ex/ex_edit.c
index 675b010b7b46..5a54e7361f3d 100644
--- a/usr.bin/vi/ex/ex_edit.c
+++ b/usr.bin/vi/ex/ex_edit.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_edit.c 8.19 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_edit.c 8.20 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_equal.c b/usr.bin/vi/ex/ex_equal.c
index 317f2b2b1465..ec979a00cbaa 100644
--- a/usr.bin/vi/ex/ex_equal.c
+++ b/usr.bin/vi/ex/ex_equal.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_equal.c 8.7 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_equal.c 8.8 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_exit.c b/usr.bin/vi/ex/ex_exit.c
index bc06aa00419e..79c4039c3eb9 100644
--- a/usr.bin/vi/ex/ex_exit.c
+++ b/usr.bin/vi/ex/ex_exit.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_exit.c 8.14 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_exit.c 8.15 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_file.c b/usr.bin/vi/ex/ex_file.c
index 03fc4ed21d23..cf5f32915b13 100644
--- a/usr.bin/vi/ex/ex_file.c
+++ b/usr.bin/vi/ex/ex_file.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_file.c 8.11 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_file.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_global.c b/usr.bin/vi/ex/ex_global.c
index 3a1dfdeec5d6..5fb134d9a5e8 100644
--- a/usr.bin/vi/ex/ex_global.c
+++ b/usr.bin/vi/ex/ex_global.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_global.c 8.42 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_global.c 8.43 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_init.c b/usr.bin/vi/ex/ex_init.c
index 4cba371e9586..46f9c3719095 100644
--- a/usr.bin/vi/ex/ex_init.c
+++ b/usr.bin/vi/ex/ex_init.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_init.c 8.17 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_init.c 8.18 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_join.c b/usr.bin/vi/ex/ex_join.c
index 0d27881d8291..4ac045b3d6f9 100644
--- a/usr.bin/vi/ex/ex_join.c
+++ b/usr.bin/vi/ex/ex_join.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_join.c 8.13 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_join.c 8.14 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_map.c b/usr.bin/vi/ex/ex_map.c
index d55a83485569..ec67dbd94722 100644
--- a/usr.bin/vi/ex/ex_map.c
+++ b/usr.bin/vi/ex/ex_map.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_map.c 8.18 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_map.c 8.19 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_mark.c b/usr.bin/vi/ex/ex_mark.c
index fbdb0bbb0457..b74bfb1cc5a9 100644
--- a/usr.bin/vi/ex/ex_mark.c
+++ b/usr.bin/vi/ex/ex_mark.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_mark.c 8.7 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_mark.c 8.8 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_mkexrc.c b/usr.bin/vi/ex/ex_mkexrc.c
index 05e522123656..158fb23344e4 100644
--- a/usr.bin/vi/ex/ex_mkexrc.c
+++ b/usr.bin/vi/ex/ex_mkexrc.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_mkexrc.c 8.13 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_mkexrc.c 8.14 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_move.c b/usr.bin/vi/ex/ex_move.c
index 20a7a85e25b0..52a8f5329834 100644
--- a/usr.bin/vi/ex/ex_move.c
+++ b/usr.bin/vi/ex/ex_move.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_move.c 8.18 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_move.c 8.19 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_open.c b/usr.bin/vi/ex/ex_open.c
index b07ca5ea4d1a..187a29b9732f 100644
--- a/usr.bin/vi/ex/ex_open.c
+++ b/usr.bin/vi/ex/ex_open.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_open.c 8.5 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_open.c 8.6 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_preserve.c b/usr.bin/vi/ex/ex_preserve.c
index dbde0da2a3b0..7bef07ec2402 100644
--- a/usr.bin/vi/ex/ex_preserve.c
+++ b/usr.bin/vi/ex/ex_preserve.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_preserve.c 8.13 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_preserve.c 8.14 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_print.c b/usr.bin/vi/ex/ex_print.c
index 031f1c256188..6bcab28f7761 100644
--- a/usr.bin/vi/ex/ex_print.c
+++ b/usr.bin/vi/ex/ex_print.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_print.c 8.15 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_print.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_put.c b/usr.bin/vi/ex/ex_put.c
index 2de0caa85da0..a947d85ed8f3 100644
--- a/usr.bin/vi/ex/ex_put.c
+++ b/usr.bin/vi/ex/ex_put.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_put.c 8.7 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_put.c 8.8 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_read.c b/usr.bin/vi/ex/ex_read.c
index 6a8395b44c9e..cef1e3aee351 100644
--- a/usr.bin/vi/ex/ex_read.c
+++ b/usr.bin/vi/ex/ex_read.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_read.c 8.40 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_read.c 8.41 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_screen.c b/usr.bin/vi/ex/ex_screen.c
index ba397de31239..e19058873d0f 100644
--- a/usr.bin/vi/ex/ex_screen.c
+++ b/usr.bin/vi/ex/ex_screen.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_screen.c 8.14 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_screen.c 8.15 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_script.c b/usr.bin/vi/ex/ex_script.c
index 8a63e8bae88b..a364e2b2059c 100644
--- a/usr.bin/vi/ex/ex_script.c
+++ b/usr.bin/vi/ex/ex_script.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_script.c 8.18 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_script.c 8.19 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_set.c b/usr.bin/vi/ex/ex_set.c
index 002460ebf920..a2abb081fab2 100644
--- a/usr.bin/vi/ex/ex_set.c
+++ b/usr.bin/vi/ex/ex_set.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_set.c 8.5 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_set.c 8.6 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_shell.c b/usr.bin/vi/ex/ex_shell.c
index 462b768649d9..b6f9aedd3f2f 100644
--- a/usr.bin/vi/ex/ex_shell.c
+++ b/usr.bin/vi/ex/ex_shell.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_shell.c 8.25 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_shell.c 8.26 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/vi/ex/ex_shift.c b/usr.bin/vi/ex/ex_shift.c
index b047477947c3..61264c01ffff 100644
--- a/usr.bin/vi/ex/ex_shift.c
+++ b/usr.bin/vi/ex/ex_shift.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_shift.c 8.15 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_shift.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_source.c b/usr.bin/vi/ex/ex_source.c
index 3be8c3a55911..b8af556cb91b 100644
--- a/usr.bin/vi/ex/ex_source.c
+++ b/usr.bin/vi/ex/ex_source.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_source.c 8.6 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_source.c 8.7 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_stop.c b/usr.bin/vi/ex/ex_stop.c
index cb4be754a05f..543f6491262b 100644
--- a/usr.bin/vi/ex/ex_stop.c
+++ b/usr.bin/vi/ex/ex_stop.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_stop.c 8.8 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_stop.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_subst.c b/usr.bin/vi/ex/ex_subst.c
index 103096c945c9..5e52e79ce0fe 100644
--- a/usr.bin/vi/ex/ex_subst.c
+++ b/usr.bin/vi/ex/ex_subst.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_subst.c 8.58 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_subst.c 8.59 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_tag.c b/usr.bin/vi/ex/ex_tag.c
index 04bff7bc4ffc..43788033b492 100644
--- a/usr.bin/vi/ex/ex_tag.c
+++ b/usr.bin/vi/ex/ex_tag.c
@@ -35,7 +35,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_tag.c 8.44 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_tag.c 8.45 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/vi/ex/ex_undo.c b/usr.bin/vi/ex/ex_undo.c
index 0a20487668a8..1b8ba691682b 100644
--- a/usr.bin/vi/ex/ex_undo.c
+++ b/usr.bin/vi/ex/ex_undo.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_undo.c 8.8 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_undo.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_usage.c b/usr.bin/vi/ex/ex_usage.c
index a62185fcbb31..424b79bb5a4f 100644
--- a/usr.bin/vi/ex/ex_usage.c
+++ b/usr.bin/vi/ex/ex_usage.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_usage.c 8.20 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_usage.c 8.21 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_util.c b/usr.bin/vi/ex/ex_util.c
index 1dec5e76f6fc..67c1039109fa 100644
--- a/usr.bin/vi/ex/ex_util.c
+++ b/usr.bin/vi/ex/ex_util.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_util.c 8.13 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_util.c 8.14 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_version.c b/usr.bin/vi/ex/ex_version.c
index 0348a812b726..011c257e018f 100644
--- a/usr.bin/vi/ex/ex_version.c
+++ b/usr.bin/vi/ex/ex_version.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_version.c 8.64 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_version.c 8.66 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
@@ -62,10 +62,10 @@ ex_version(sp, ep, cmdp)
EXF *ep;
EXCMDARG *cmdp;
{
- static const time_t then = 777130317;
+ static const time_t then = 777148668;
(void)ex_printf(EXCOOKIE,
-"Version 1.33, %sThe CSRG, University of California, Berkeley.\n",
+"Version 1.34, %sThe CSRG, University of California, Berkeley.\n",
ctime(&then));
return (0);
}
diff --git a/usr.bin/vi/ex/ex_visual.c b/usr.bin/vi/ex/ex_visual.c
index 583bac261f89..acfd53757834 100644
--- a/usr.bin/vi/ex/ex_visual.c
+++ b/usr.bin/vi/ex/ex_visual.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_visual.c 8.14 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_visual.c 8.15 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_write.c b/usr.bin/vi/ex/ex_write.c
index b6c2b1c9fb63..e5273e4e6752 100644
--- a/usr.bin/vi/ex/ex_write.c
+++ b/usr.bin/vi/ex/ex_write.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_write.c 8.37 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_write.c 8.38 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_yank.c b/usr.bin/vi/ex/ex_yank.c
index bfe53fce4a9a..aa44d2bfa933 100644
--- a/usr.bin/vi/ex/ex_yank.c
+++ b/usr.bin/vi/ex/ex_yank.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_yank.c 8.6 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_yank.c 8.7 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/ex_z.c b/usr.bin/vi/ex/ex_z.c
index c201b9f7ce9d..d13064621b0d 100644
--- a/usr.bin/vi/ex/ex_z.c
+++ b/usr.bin/vi/ex/ex_z.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)ex_z.c 8.7 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)ex_z.c 8.8 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/excmd.c b/usr.bin/vi/ex/excmd.c
index 5edabecf4710..422578adda20 100644
--- a/usr.bin/vi/ex/excmd.c
+++ b/usr.bin/vi/ex/excmd.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)excmd.c 8.59 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)excmd.c 8.60 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/ex/filter.c b/usr.bin/vi/ex/filter.c
index ed115f3ac93f..abe7ca160ddb 100644
--- a/usr.bin/vi/ex/filter.c
+++ b/usr.bin/vi/ex/filter.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)filter.c 8.44 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)filter.c 8.45 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>