From 42e42307f1ee89e740503ceacf996111eb4be4be Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 31 Oct 2002 05:20:45 +0000 Subject: PR298. Made raw_input static. --- testsuites/libtests/termios/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/termios') diff --git a/testsuites/libtests/termios/init.c b/testsuites/libtests/termios/init.c index aff6b08384..eb7045bf31 100644 --- a/testsuites/libtests/termios/init.c +++ b/testsuites/libtests/termios/init.c @@ -687,7 +687,7 @@ out: } -void raw_input( struct termios *tp ) +static void raw_input( struct termios *tp ) { printf( "\nTesting raw input input\n\n" ); printf( "Hit 'q' to terminate the test\n" ); -- cgit v1.2.3