summaryrefslogtreecommitdiffstats
path: root/robots/flush_in.c
diff options
context:
space:
mode:
Diffstat (limited to 'robots/flush_in.c')
-rw-r--r--robots/flush_in.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/robots/flush_in.c b/robots/flush_in.c
index 68ae4c33..5edb6480 100644
--- a/robots/flush_in.c
+++ b/robots/flush_in.c
@@ -1,4 +1,4 @@
-/* $NetBSD: flush_in.c,v 1.6 2003/08/07 09:37:36 agc Exp $ */
+/* $NetBSD: flush_in.c,v 1.7 2009/07/20 05:44:02 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)flush_in.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: flush_in.c,v 1.6 2003/08/07 09:37:36 agc Exp $");
+__RCSID("$NetBSD: flush_in.c,v 1.7 2009/07/20 05:44:02 dholland Exp $");
#endif
#endif /* not lint */
@@ -45,7 +45,7 @@ __RCSID("$NetBSD: flush_in.c,v 1.6 2003/08/07 09:37:36 agc Exp $");
* Flush all pending input.
*/
void
-flush_in()
+flush_in(void)
{
tcflush(fileno(stdin), TCIFLUSH);
}