From c723a928778be55849c00d5cc692bf522bb8dae3 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 20 Jul 2009 06:39:06 +0000 Subject: Assorted minor cleanups, no functional change: - u_int* -> uint* - don't make private typedefs of system structures - use curses TRUE and FALSE only with curses booleans, otherwise true and false; - includes cleanup - group globals in extern.c by functionality Object file diffs inspected. --- robots/flush_in.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'robots/flush_in.c') diff --git a/robots/flush_in.c b/robots/flush_in.c index b65215c9..1acc2e3c 100644 --- a/robots/flush_in.c +++ b/robots/flush_in.c @@ -1,4 +1,4 @@ -/* $NetBSD: flush_in.c,v 1.8 2009/07/20 06:00:56 dholland Exp $ */ +/* $NetBSD: flush_in.c,v 1.9 2009/07/20 06:39:06 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,10 +34,12 @@ #if 0 static char sccsid[] = "@(#)flush_in.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: flush_in.c,v 1.8 2009/07/20 06:00:56 dholland Exp $"); +__RCSID("$NetBSD: flush_in.c,v 1.9 2009/07/20 06:39:06 dholland Exp $"); #endif #endif /* not lint */ +#include +#include #include "robots.h" /* -- cgit v1.2.3