aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@FreeBSD.org>1994-08-18 01:15:30 +0000
committerSean Eric Fagan <sef@FreeBSD.org>1994-08-18 01:15:30 +0000
commite03164ffd4a9a7dafa2cf018bb0eecc9b1e7ffc6 (patch)
treee5c20c1b297458bfe9363da048d1c738d65e657d /usr.bin/vi
parentb2e899c41fae00f8f0ca4e500f2b0fce91fac2bc (diff)
downloadsrc-e03164ffd4a9a7dafa2cf018bb0eecc9b1e7ffc6.tar.gz
src-e03164ffd4a9a7dafa2cf018bb0eecc9b1e7ffc6.zip
Bringing in nvi 1.34.
Reviewed by: Sean Eric Fagan
Notes
Notes: svn path=/head/; revision=2100
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/sex/sex_confirm.c2
-rw-r--r--usr.bin/vi/sex/sex_get.c2
-rw-r--r--usr.bin/vi/sex/sex_refresh.c2
-rw-r--r--usr.bin/vi/sex/sex_screen.c2
-rw-r--r--usr.bin/vi/sex/sex_term.c2
-rw-r--r--usr.bin/vi/sex/sex_util.c2
-rw-r--r--usr.bin/vi/sex/sex_window.c2
-rw-r--r--usr.bin/vi/vi/getc.c2
-rw-r--r--usr.bin/vi/vi/v_ch.c2
-rw-r--r--usr.bin/vi/vi/v_delete.c2
-rw-r--r--usr.bin/vi/vi/v_ex.c2
-rw-r--r--usr.bin/vi/vi/v_increment.c2
-rw-r--r--usr.bin/vi/vi/v_init.c2
-rw-r--r--usr.bin/vi/vi/v_left.c2
-rw-r--r--usr.bin/vi/vi/v_mark.c2
-rw-r--r--usr.bin/vi/vi/v_match.c2
-rw-r--r--usr.bin/vi/vi/v_ntext.c2
-rw-r--r--usr.bin/vi/vi/v_paragraph.c2
-rw-r--r--usr.bin/vi/vi/v_put.c2
-rw-r--r--usr.bin/vi/vi/v_redraw.c2
-rw-r--r--usr.bin/vi/vi/v_replace.c2
-rw-r--r--usr.bin/vi/vi/v_right.c2
-rw-r--r--usr.bin/vi/vi/v_screen.c2
-rw-r--r--usr.bin/vi/vi/v_scroll.c2
-rw-r--r--usr.bin/vi/vi/v_search.c2
-rw-r--r--usr.bin/vi/vi/v_section.c2
-rw-r--r--usr.bin/vi/vi/v_sentence.c2
-rw-r--r--usr.bin/vi/vi/v_status.c2
-rw-r--r--usr.bin/vi/vi/v_stop.c2
-rw-r--r--usr.bin/vi/vi/v_text.c2
-rw-r--r--usr.bin/vi/vi/v_ulcase.c2
-rw-r--r--usr.bin/vi/vi/v_undo.c2
-rw-r--r--usr.bin/vi/vi/v_util.c2
-rw-r--r--usr.bin/vi/vi/v_word.c2
-rw-r--r--usr.bin/vi/vi/v_xchar.c2
-rw-r--r--usr.bin/vi/vi/v_yank.c2
-rw-r--r--usr.bin/vi/vi/v_z.c2
-rw-r--r--usr.bin/vi/vi/v_zexit.c2
-rw-r--r--usr.bin/vi/vi/vcmd.c2
-rw-r--r--usr.bin/vi/vi/vi.c2
40 files changed, 40 insertions, 40 deletions
diff --git a/usr.bin/vi/sex/sex_confirm.c b/usr.bin/vi/sex/sex_confirm.c
index f8dbef6eabb8..f2bdcb9a5031 100644
--- a/usr.bin/vi/sex/sex_confirm.c
+++ b/usr.bin/vi/sex/sex_confirm.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)sex_confirm.c 8.8 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)sex_confirm.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/sex/sex_get.c b/usr.bin/vi/sex/sex_get.c
index 6bfdb70b3d45..45092af4de72 100644
--- a/usr.bin/vi/sex/sex_get.c
+++ b/usr.bin/vi/sex/sex_get.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)sex_get.c 8.38 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)sex_get.c 8.39 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/sex/sex_refresh.c b/usr.bin/vi/sex/sex_refresh.c
index 3dfd7de04222..d6652684fbdc 100644
--- a/usr.bin/vi/sex/sex_refresh.c
+++ b/usr.bin/vi/sex/sex_refresh.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)sex_refresh.c 8.15 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)sex_refresh.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/sex/sex_screen.c b/usr.bin/vi/sex/sex_screen.c
index 97147fa6a2b4..606ff5e3af0e 100644
--- a/usr.bin/vi/sex/sex_screen.c
+++ b/usr.bin/vi/sex/sex_screen.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)sex_screen.c 8.48 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)sex_screen.c 8.49 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/sex/sex_term.c b/usr.bin/vi/sex/sex_term.c
index 83f605f11e8b..1eaf34bbc200 100644
--- a/usr.bin/vi/sex/sex_term.c
+++ b/usr.bin/vi/sex/sex_term.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)sex_term.c 8.39 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)sex_term.c 8.40 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/sex/sex_util.c b/usr.bin/vi/sex/sex_util.c
index b75876708dc2..482c35866805 100644
--- a/usr.bin/vi/sex/sex_util.c
+++ b/usr.bin/vi/sex/sex_util.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)sex_util.c 8.16 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)sex_util.c 8.17 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/sex/sex_window.c b/usr.bin/vi/sex/sex_window.c
index a594375e2237..49b1f990f3c4 100644
--- a/usr.bin/vi/sex/sex_window.c
+++ b/usr.bin/vi/sex/sex_window.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)sex_window.c 8.7 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)sex_window.c 8.8 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/getc.c b/usr.bin/vi/vi/getc.c
index dbdd6b23eaf1..388994d3a8ef 100644
--- a/usr.bin/vi/vi/getc.c
+++ b/usr.bin/vi/vi/getc.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)getc.c 8.10 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)getc.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_ch.c b/usr.bin/vi/vi/v_ch.c
index 00b5b8420f6d..514efc61e93a 100644
--- a/usr.bin/vi/vi/v_ch.c
+++ b/usr.bin/vi/vi/v_ch.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_ch.c 8.14 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_ch.c 8.15 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_delete.c b/usr.bin/vi/vi/v_delete.c
index 73996c393e83..83eb96116aa4 100644
--- a/usr.bin/vi/vi/v_delete.c
+++ b/usr.bin/vi/vi/v_delete.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_delete.c 8.15 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_delete.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_ex.c b/usr.bin/vi/vi/v_ex.c
index 466cd2f946c1..99d36bfd798c 100644
--- a/usr.bin/vi/vi/v_ex.c
+++ b/usr.bin/vi/vi/v_ex.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_ex.c 8.11 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_ex.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_increment.c b/usr.bin/vi/vi/v_increment.c
index 48f31dc27cbc..e24f496cfbf9 100644
--- a/usr.bin/vi/vi/v_increment.c
+++ b/usr.bin/vi/vi/v_increment.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_increment.c 8.10 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_increment.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_init.c b/usr.bin/vi/vi/v_init.c
index a7b8ad381151..e39f06b1965c 100644
--- a/usr.bin/vi/vi/v_init.c
+++ b/usr.bin/vi/vi/v_init.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_init.c 8.27 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_init.c 8.28 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_left.c b/usr.bin/vi/vi/v_left.c
index 2578782557c2..69741dd3ad35 100644
--- a/usr.bin/vi/vi/v_left.c
+++ b/usr.bin/vi/vi/v_left.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_left.c 8.10 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_left.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_mark.c b/usr.bin/vi/vi/v_mark.c
index 640ef8f8667b..797e76b69aaa 100644
--- a/usr.bin/vi/vi/v_mark.c
+++ b/usr.bin/vi/vi/v_mark.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_mark.c 8.9 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_mark.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_match.c b/usr.bin/vi/vi/v_match.c
index ee1529fa0390..3df887ce70f1 100644
--- a/usr.bin/vi/vi/v_match.c
+++ b/usr.bin/vi/vi/v_match.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_match.c 8.15 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_match.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_ntext.c b/usr.bin/vi/vi/v_ntext.c
index 4d242f9ccf27..92cff522f1ef 100644
--- a/usr.bin/vi/vi/v_ntext.c
+++ b/usr.bin/vi/vi/v_ntext.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_ntext.c 8.121 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_ntext.c 8.122 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_paragraph.c b/usr.bin/vi/vi/v_paragraph.c
index 6565cdfb5e9a..de417ec854dc 100644
--- a/usr.bin/vi/vi/v_paragraph.c
+++ b/usr.bin/vi/vi/v_paragraph.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_paragraph.c 8.19 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_paragraph.c 8.20 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_put.c b/usr.bin/vi/vi/v_put.c
index 90653068292a..af7fcc5bcbe8 100644
--- a/usr.bin/vi/vi/v_put.c
+++ b/usr.bin/vi/vi/v_put.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_put.c 8.10 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_put.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_redraw.c b/usr.bin/vi/vi/v_redraw.c
index 393c01711ea7..f028111bb498 100644
--- a/usr.bin/vi/vi/v_redraw.c
+++ b/usr.bin/vi/vi/v_redraw.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_redraw.c 8.5 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_redraw.c 8.6 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_replace.c b/usr.bin/vi/vi/v_replace.c
index 5daf17497b12..40d0bbcd0b03 100644
--- a/usr.bin/vi/vi/v_replace.c
+++ b/usr.bin/vi/vi/v_replace.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_replace.c 8.19 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_replace.c 8.20 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_right.c b/usr.bin/vi/vi/v_right.c
index 142ed7f6b499..b71f40fbe410 100644
--- a/usr.bin/vi/vi/v_right.c
+++ b/usr.bin/vi/vi/v_right.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_right.c 8.9 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_right.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_screen.c b/usr.bin/vi/vi/v_screen.c
index 18212cf6bb58..83cccb929d71 100644
--- a/usr.bin/vi/vi/v_screen.c
+++ b/usr.bin/vi/vi/v_screen.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_screen.c 8.13 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_screen.c 8.14 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_scroll.c b/usr.bin/vi/vi/v_scroll.c
index 631b06e8b726..e18886529886 100644
--- a/usr.bin/vi/vi/v_scroll.c
+++ b/usr.bin/vi/vi/v_scroll.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_scroll.c 8.21 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_scroll.c 8.22 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_search.c b/usr.bin/vi/vi/v_search.c
index 8a30cbe6e0b6..ad0b0caf062a 100644
--- a/usr.bin/vi/vi/v_search.c
+++ b/usr.bin/vi/vi/v_search.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_search.c 8.33 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_search.c 8.34 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_section.c b/usr.bin/vi/vi/v_section.c
index 098da18bdbdd..96fb61eee544 100644
--- a/usr.bin/vi/vi/v_section.c
+++ b/usr.bin/vi/vi/v_section.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_section.c 8.11 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_section.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_sentence.c b/usr.bin/vi/vi/v_sentence.c
index 73175f95f15d..0b7543a2f6b4 100644
--- a/usr.bin/vi/vi/v_sentence.c
+++ b/usr.bin/vi/vi/v_sentence.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_sentence.c 8.16 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_sentence.c 8.17 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_status.c b/usr.bin/vi/vi/v_status.c
index 7d5db718d127..16e6c2b6ff18 100644
--- a/usr.bin/vi/vi/v_status.c
+++ b/usr.bin/vi/vi/v_status.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_status.c 8.17 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_status.c 8.18 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/vi/vi/v_stop.c b/usr.bin/vi/vi/v_stop.c
index e00152094efe..6a4cd720348c 100644
--- a/usr.bin/vi/vi/v_stop.c
+++ b/usr.bin/vi/vi/v_stop.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_stop.c 8.8 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_stop.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_text.c b/usr.bin/vi/vi/v_text.c
index 85aca5a6a867..5ad042ca3701 100644
--- a/usr.bin/vi/vi/v_text.c
+++ b/usr.bin/vi/vi/v_text.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_text.c 8.42 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_text.c 8.43 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_ulcase.c b/usr.bin/vi/vi/v_ulcase.c
index 12a6d74ab1ca..959fdbb2219a 100644
--- a/usr.bin/vi/vi/v_ulcase.c
+++ b/usr.bin/vi/vi/v_ulcase.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_ulcase.c 8.9 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_ulcase.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_undo.c b/usr.bin/vi/vi/v_undo.c
index 38ab7eb005a1..52e502c1fe85 100644
--- a/usr.bin/vi/vi/v_undo.c
+++ b/usr.bin/vi/vi/v_undo.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_undo.c 8.11 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_undo.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_util.c b/usr.bin/vi/vi/v_util.c
index dcbf576cbed4..cd20c6d1fb08 100644
--- a/usr.bin/vi/vi/v_util.c
+++ b/usr.bin/vi/vi/v_util.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_util.c 8.11 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_util.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_word.c b/usr.bin/vi/vi/v_word.c
index 42b191865eb1..95d960e5f135 100644
--- a/usr.bin/vi/vi/v_word.c
+++ b/usr.bin/vi/vi/v_word.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_word.c 8.22 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_word.c 8.23 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_xchar.c b/usr.bin/vi/vi/v_xchar.c
index 681742b1c85b..7ecc1b5108cf 100644
--- a/usr.bin/vi/vi/v_xchar.c
+++ b/usr.bin/vi/vi/v_xchar.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_xchar.c 8.9 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_xchar.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_yank.c b/usr.bin/vi/vi/v_yank.c
index 28ae9a2cee27..762ece68b4bc 100644
--- a/usr.bin/vi/vi/v_yank.c
+++ b/usr.bin/vi/vi/v_yank.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_yank.c 8.15 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_yank.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_z.c b/usr.bin/vi/vi/v_z.c
index 27ae121f4fce..5c6fdd070ada 100644
--- a/usr.bin/vi/vi/v_z.c
+++ b/usr.bin/vi/vi/v_z.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_z.c 8.17 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_z.c 8.18 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/v_zexit.c b/usr.bin/vi/vi/v_zexit.c
index 6e5b332f6d05..d699db35af44 100644
--- a/usr.bin/vi/vi/v_zexit.c
+++ b/usr.bin/vi/vi/v_zexit.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)v_zexit.c 8.12 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)v_zexit.c 8.13 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/vcmd.c b/usr.bin/vi/vi/vcmd.c
index aa284bfd56a4..f82aeb5f00e2 100644
--- a/usr.bin/vi/vi/vcmd.c
+++ b/usr.bin/vi/vi/vcmd.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)vcmd.c 8.40 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)vcmd.c 8.41 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/vi/vi/vi.c b/usr.bin/vi/vi/vi.c
index 66f19092e57d..40ed3e7a2730 100644
--- a/usr.bin/vi/vi/vi.c
+++ b/usr.bin/vi/vi/vi.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)vi.c 8.90 (Berkeley) 8/17/94";
+static char sccsid[] = "@(#)vi.c 8.91 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>