Module Name:    src
Committed By:   christos
Date:           Mon Dec 12 04:20:31 UTC 2016

Modified Files:
        src/lib/libcurses: tty.c

Log Message:
fix placement of lint comment


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/lib/libcurses/tty.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcurses/tty.c
diff -u src/lib/libcurses/tty.c:1.43 src/lib/libcurses/tty.c:1.44
--- src/lib/libcurses/tty.c:1.43	Mon Aug 29 07:07:38 2011
+++ src/lib/libcurses/tty.c	Sun Dec 11 23:20:31 2016
@@ -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 @@ qiflush(void)
 }
 #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)

Reply via email to