From a0bb5b9abf33dc2d2220eb3bd6e79c964e92a1c1 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 12 Oct 1997 14:09:55 +0000 Subject: WARNSify --- robots/flush_in.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'robots/flush_in.c') diff --git a/robots/flush_in.c b/robots/flush_in.c index fecc4838..0604f548 100644 --- a/robots/flush_in.c +++ b/robots/flush_in.c @@ -1,4 +1,4 @@ -/* $NetBSD: flush_in.c,v 1.4 1995/04/28 23:09:08 mycroft Exp $ */ +/* $NetBSD: flush_in.c,v 1.5 1997/10/12 14:09:56 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -33,21 +33,22 @@ * SUCH DAMAGE. */ +#include #ifndef lint #if 0 static char sccsid[] = "@(#)flush_in.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: flush_in.c,v 1.4 1995/04/28 23:09:08 mycroft Exp $"; +__RCSID("$NetBSD: flush_in.c,v 1.5 1997/10/12 14:09:56 lukem Exp $"); #endif #endif /* not lint */ -# include -# include +# include "robots.h" /* * flush_in: * Flush all pending input. */ +void flush_in() { tcflush(fileno(stdin), TCIFLUSH); -- cgit v1.2.3