From 7f67020e81018669bf165a169a912a8f4ac1dda8 Mon Sep 17 00:00:00 2001 From: kato Date: Mon, 4 May 1998 04:55:36 +0000 Subject: [PATCH] Support compiling with `gcc -ansi'. --- sys/pc98/pc98/wd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pc98/pc98/wd.c b/sys/pc98/pc98/wd.c index eca5a5a97a1..6a6d3034c63 100644 --- a/sys/pc98/pc98/wd.c +++ b/sys/pc98/pc98/wd.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wd.c 7.2 (Berkeley) 5/9/91 - * $Id: wd.c,v 1.50 1998/04/25 04:27:54 kato Exp $ + * $Id: wd.c,v 1.51 1998/04/25 05:19:33 kato Exp $ */ /* TODO: @@ -133,7 +133,7 @@ extern void wdstart(int ctrlr); #define WDOPT_MULTIMASK 0x00ff #ifdef PC98 -static inline u_char +static __inline u_char epson_errorf(int wdc) { u_char wdc_error; -- 2.45.2