From 5908d366fb365362004d549066a6225f0c46d3e6 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Sun, 4 Jul 2004 16:11:03 +0000 Subject: Consistently use __inline instead of __inline__ as the former is an empty macro in for compilers without support for inline. --- sys/boot/common/ufsread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot') diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c index 0b7c3f47fc93..f5a71b335aed 100644 --- a/sys/boot/common/ufsread.c +++ b/sys/boot/common/ufsread.c @@ -68,7 +68,7 @@ static ssize_t fsread(ino_t, void *, size_t); static int ls, dsk_meta; static uint32_t fs_off; -static __inline__ int +static __inline int fsfind(const char *name, ino_t * ino) { char buf[DEV_BSIZE]; -- cgit v1.3