Page MenuHomeFreeBSD

D37968.id.diff
No OneTemporary

D37968.id.diff

diff --git a/stand/kboot/host_syscalls.c b/stand/kboot/host_syscalls.c
--- a/stand/kboot/host_syscalls.c
+++ b/stand/kboot/host_syscalls.c
@@ -60,12 +60,6 @@
return host_syscall(SYS_ioctl, fd, request, arg);
}
-int
-host_kexec_load(unsigned long entry, unsigned long nsegs, struct host_kexec_segment *segs, unsigned long flags)
-{
- return host_syscall(SYS_kexec_load, entry, nsegs, segs, flags);
-}
-
ssize_t
host_llseek(int fd, int32_t offset_high, int32_t offset_lo, uint64_t *result, int whence)
{
@@ -80,6 +74,12 @@
#endif
}
+int
+host_kexec_load(unsigned long entry, unsigned long nsegs, struct host_kexec_segment *segs, unsigned long flags)
+{
+ return host_syscall(SYS_kexec_load, entry, nsegs, segs, flags);
+}
+
int
host_mkdir(const char *path, host_mode_t mode)
{

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 24, 3:33 PM (3 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12673889
Default Alt Text
D37968.id.diff (791 B)

Event Timeline