summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorsef <sef@FreeBSD.org>1994-08-18 01:13:30 +0000
committersef <sef@FreeBSD.org>1994-08-18 01:13:30 +0000
commit66a93b861e567ccb10ed9ccb7f74ee82e92145b2 (patch)
tree94d4310afe57b0cda77df5714e653721c30fe134 /usr.bin/vi
parente1a8c85b860dd73fedbf9c6500853359d4943c72 (diff)
downloadFreeBSD-src-66a93b861e567ccb10ed9ccb7f74ee82e92145b2.zip
FreeBSD-src-66a93b861e567ccb10ed9ccb7f74ee82e92145b2.tar.gz
Bringing in version 1.34.
Reviewed by: Sean Eric Fagan
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 2ad2956..77666ca0 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 49b038a..1360030 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 6e6a9a7..b819f5a 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 6be0330..74f94f3 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 200cd28..bb033e2 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 8ad6e9a..147261d 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 e7a182b..d2ffaa4 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 4b3d4c8..8a3d0f1b 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 3bccc2d..4e1d241 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 e0de829..0db20bb 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 2833aeb..7f90ef2 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 675b010..5a54e73 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 317f2b2..ec979a0 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 bc06aa0..79c4039 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 03fc4ed..cf5f329 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 3a1dfde..5fb134d 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 4cba371..46f9c37 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 0d27881..4ac045b 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 d55a834..ec67dbd 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 fbdb0bb..b74bfb1 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 05e5221..158fb23 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 20a7a85..52a8f53 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 b07ca5e..187a29b 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 dbde0da..7bef07e 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 031f1c2..6bcab28 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 2de0caa..a947d85 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 6a8395b..cef1e3a 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 ba397de..e190588 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 8a63e8b..a364e2b 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 002460e..a2abb08 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 462b768..b6f9aed 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 b047477..61264c0 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 3be8c3a..b8af556 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 cb4be75..543f649 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 103096c..5e52e79 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 04bff7b..4378803 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 0a20487..1b8ba69 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 a62185f..424b79b 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 1dec5e7..67c1039 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 0348a81..011c257 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 583bac2..acfd537 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 b6c2b1c..e5273e4 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 bfe53fc..aa44d2b 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 c201b9f..d130646 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 5edabec..422578a 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 ed115f3..abe7ca1 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>
OpenPOWER on IntegriCloud