Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses fix placement of lint comment
details: https://anonhg.NetBSD.org/src/rev/f679345fadf6
branches: trunk
changeset: 349489:f679345fadf6
user: christos <christos%NetBSD.org@localhost>
date: Mon Dec 12 04:20:31 2016 +0000
description:
fix placement of lint comment
diffstat:
lib/libcurses/tty.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r fe01d853f711 -r f679345fadf6 lib/libcurses/tty.c
--- a/lib/libcurses/tty.c Mon Dec 12 03:59:24 2016 +0000
+++ b/lib/libcurses/tty.c Mon Dec 12 04:20:31 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tty.c,v 1.43 2011/08/29 11:07:38 christos Exp $ */
+/* $NetBSD: tty.c,v 1.44 2016/12/12 04:20:31 christos Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)tty.c 8.6 (Berkeley) 1/10/95";
#else
-__RCSID("$NetBSD: tty.c,v 1.43 2011/08/29 11:07:38 christos Exp $");
+__RCSID("$NetBSD: tty.c,v 1.44 2016/12/12 04:20:31 christos Exp $");
#endif
#endif /* not lint */
@@ -510,8 +510,9 @@
}
#endif /* _CURSES_USE_MACROS */
+/*ARGSUSED*/
int
-intrflush(WINDOW *win, bool bf) /*ARGSUSED*/
+intrflush(WINDOW *win, bool bf)
{
/* Check if we need to restart ... */
if (_cursesi_screen->endwin)
Home |
Main Index |
Thread Index |
Old Index