Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit unbreak the build



details:   https://anonhg.NetBSD.org/src/rev/b6cee0bce90f
branches:  trunk
changeset: 812283:b6cee0bce90f
user:      gson <gson%NetBSD.org@localhost>
date:      Tue Dec 08 16:53:27 2015 +0000

description:
unbreak the build

diffstat:

 lib/libedit/tty.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 45a6793e97cf -r b6cee0bce90f lib/libedit/tty.c
--- a/lib/libedit/tty.c Tue Dec 08 14:52:06 2015 +0000
+++ b/lib/libedit/tty.c Tue Dec 08 16:53:27 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.c,v 1.48 2015/12/08 12:57:16 christos Exp $        */
+/*     $NetBSD: tty.c,v 1.49 2015/12/08 16:53:27 gson Exp $    */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)tty.c      8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: tty.c,v 1.48 2015/12/08 12:57:16 christos Exp $");
+__RCSID("$NetBSD: tty.c,v 1.49 2015/12/08 16:53:27 gson Exp $");
 #endif
 #endif /* not lint && not SCCSID */
 
@@ -581,7 +581,7 @@
 tty_end(EditLine *el)
 {
        if (el->el_flags & EDIT_DISABLED)
-               return 0;
+               return;
 
        if (tty_setty(el, TCSAFLUSH, &el->el_tty.t_or) == -1) {
 #ifdef DEBUG_TTY



Home | Main Index | Thread Index | Old Index