diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-07-04 16:11:03 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-07-04 16:11:03 +0000 |
| commit | 5908d366fb365362004d549066a6225f0c46d3e6 (patch) | |
| tree | 0e3fe3a61275cb24fb693e8710ebc6420adf5306 /sys/boot | |
| parent | 1877e5a42f58324dc404b071a6e1b456a8fc9f53 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/common/ufsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c index 0b7c3f47fc930..f5a71b335aed4 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]; |
