Page MenuHomeFreeBSD

D44286.id135568.diff
No OneTemporary

D44286.id135568.diff

diff --git a/stand/kboot/kboot/hostfs.c b/stand/kboot/kboot/hostfs.c
--- a/stand/kboot/kboot/hostfs.c
+++ b/stand/kboot/kboot/hostfs.c
@@ -137,7 +137,7 @@
offl = res & 0xfffffffful;
offh = (res >> 32) & 0xfffffffful;
err = host_llseek(hf->hf_fd, offh, offl, &res, whence);
- if (err < 0)
+ if (err < 0 && err >= -511) /* Raw syscalll interface */
return (err);
return (res);
}

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 8, 1:36 AM (9 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31064086
Default Alt Text
D44286.id135568.diff (390 B)

Event Timeline