Move struct _uzistat into its own structure, shared between the kernel and
authorDavid Given <dg@cowlark.com>
Thu, 21 Jan 2016 20:37:35 +0000 (21:37 +0100)
committerDavid Given <dg@cowlark.com>
Thu, 21 Jan 2016 20:37:35 +0000 (21:37 +0100)
commit9ad0ca8733067d80828d8f235ef732c3b0caceda
treea97a3ea6a1d3583a4d5b9633b59e0b24fffb9f6d
parentca05f7f43527cedd07b4a2c6d73436bab7968515
Move struct _uzistat into its own structure, shared between the kernel and
userspace. stcpy() now copies this safely (avoiding compiler packing gotchas).
Kernel/include/kernel.h
Kernel/include/userstructs.h [new file with mode: 0644]
Kernel/syscall_fs.c
Library/include/syscalls.h