Deleted Added
full compact
30c30
< __FBSDID("$FreeBSD: head/sys/compat/linux/linux_stats.c 167257 2007-03-06 07:39:12Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/compat/linux/linux_stats.c 172220 2007-09-18 19:50:33Z dwmalone $");
309,321d308
< struct l_statfs64 {
< l_int f_type;
< l_int f_bsize;
< uint64_t f_blocks;
< uint64_t f_bfree;
< uint64_t f_bavail;
< uint64_t f_files;
< uint64_t f_ffree;
< l_fsid_t f_fsid;
< l_int f_namelen;
< l_int f_spare[6];
< };
<
420a408,410
> if (args->bufsize != sizeof(struct l_statfs64))
> return EINVAL;
>