summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorsef <sef@FreeBSD.org>1994-08-18 01:15:30 +0000
committersef <sef@FreeBSD.org>1994-08-18 01:15:30 +0000
commite3d0a97c7af70e985684e13234a32c14a0017da9 (patch)
treee5c20c1b297458bfe9363da048d1c738d65e657d /usr.bin/vi
parent11d9271746e08f1497eaf2f0baf8351fdc06d80b (diff)
downloadFreeBSD-src-e3d0a97c7af70e985684e13234a32c14a0017da9.zip
FreeBSD-src-e3d0a97c7af70e985684e13234a32c14a0017da9.tar.gz
Bringing in nvi 1.34.
Reviewed by: Sean Eric Fagan
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 f8dbef6..f2bdcb9 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 6bfdb70..45092af 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 3dfd7de..d665268 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 97147fa6..606ff5e 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 83f605f..1eaf34b 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 b758767..482c358 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 a594375..49b1f99 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 dbdd6b2..388994d 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 00b5b84..514efc6 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 73996c3..83eb961 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 466cd2f..99d36bf 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 48f31dc..e24f496 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 a7b8ad3..e39f06b 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 2578782..69741dd 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 640ef8f..797e76b 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 ee1529f..3df887c 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 4d242f9..92cff52 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 6565cdf..de417ec 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 9065306..af7fcc5 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 393c017..f028111 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 5daf174..40d0bbc 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 142ed7f..b71f40f 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 18212cf..83cccb9 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 631b06e..e188865 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 8a30cbe..ad0b0ca 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 098da18..96fb61e 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 73175f9..0b7543a 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 7d5db71..16e6c2b 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 e001520..6a4cd72 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 85aca5a..5ad042c 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 12a6d74..959fdbb 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 38ab7eb0..52e502c 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 dcbf576..cd20c6d 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 42b1918..95d960e 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 681742b..7ecc1b5 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 28ae9a2..762ece6 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 27ae121..5c6fdd0 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 6e5b332..d699db3 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 aa284bf..f82aeb5 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 66f1909..40ed3e7 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>
OpenPOWER on IntegriCloud