summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim van der Molen <tim@cvs.openbsd.org>2016-02-11 16:34:13 +0000
committerTim van der Molen <tim@cvs.openbsd.org>2016-02-11 16:34:13 +0000
commitaaf968d3a140232beaaf0b7124f48704f0045c5a (patch)
tree99e96fcc1b595361872c73285d4fd5415206c838
parent16cfc3707240b0a2af158d09135aff0fbb3b08fa (diff)
Update comment: the #ifdef VDSUSP was removed in r1.22.
-rw-r--r--usr.bin/vi/cl/cl_screen.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/vi/cl/cl_screen.c b/usr.bin/vi/cl/cl_screen.c
index 0e78455d303..744b03d7224 100644
--- a/usr.bin/vi/cl/cl_screen.c
+++ b/usr.bin/vi/cl/cl_screen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cl_screen.c,v 1.25 2016/01/06 22:28:52 millert Exp $ */
+/* $OpenBSD: cl_screen.c,v 1.26 2016/02/11 16:34:12 tim Exp $ */
/*-
* Copyright (c) 1993, 1994
@@ -313,8 +313,7 @@ cl_vi_init(SCR *sp)
* it regardless. It doesn't make much sense to suspend vi at read,
* so I don't think anyone will care. Alternatively, we could look
* it up in the table of legal command characters and turn it off if
- * it matches one. VDSUSP wasn't in POSIX 1003.1-1990, so we test for
- * it.
+ * it matches one.
*
* XXX
* We don't check to see if the user had signals enabled originally.