Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/compat/linux/linux_misc.c 141467 2005-02-07 18:36:21Z jhb $");
---
> __FBSDID("$FreeBSD: head/sys/compat/linux/linux_misc.c 143197 2005-03-07 00:18:06Z sobomax $");
76a77,78
> #include <compat/linux/linux_sysproto.h>
>
1394a1397,1403
>
> int
> linux_nosys(struct thread *td, struct nosys_args *ignore)
> {
>
> return (ENOSYS);
> }