Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/compat/linux/linux_misc.c 218030 2011-01-28 18:47:07Z dchagin $");
---
> __FBSDID("$FreeBSD: head/sys/compat/linux/linux_misc.c 218031 2011-01-28 19:04:15Z dchagin $");
163c163
< return copyout(&sysinfo, args->info, sizeof(sysinfo));
---
> return (copyout(&sysinfo, args->info, sizeof(sysinfo)));
219c219
< return 0;
---
> return (0);
471c471
< return error;
---
> return (error);
565c565
< return error;
---
> return (error);
605c605
< return ENOMEM;
---
> return (ENOMEM);
616c616
< return error;
---
> return (error);
632c632
< return msync(td, &bsd_args);
---
> return (msync(td, &bsd_args));
650c650
< return error;
---
> return (error);
652c652
< return 0;
---
> return (0);
705c705
< return error;
---
> return (error);
710c710
< return 0;
---
> return (0);
769c769
< return error;
---
> return (error);
1006c1006
< return EINVAL;
---
> return (EINVAL);
1010c1010
< return 0;
---
> return (0);
1088c1088
< return setpriority(td, &bsd_args);
---
> return (setpriority(td, &bsd_args));
1315c1315
< return EINVAL;
---
> return (EINVAL);
1320c1320
< return sched_setscheduler(td, &bsd);
---
> return (sched_setscheduler(td, &bsd));
1350c1350
< return error;
---
> return (error);
1375c1375
< return EINVAL;
---
> return (EINVAL);
1377c1377
< return sched_get_priority_max(td, &bsd);
---
> return (sched_get_priority_max(td, &bsd));
1402c1402
< return EINVAL;
---
> return (EINVAL);
1404c1404
< return sched_get_priority_min(td, &bsd);
---
> return (sched_get_priority_min(td, &bsd));
1429c1429
< return EINVAL;
---
> return (EINVAL);
1437c1437
< return EINVAL;
---
> return (EINVAL);
1455c1455
< return EINVAL;
---
> return (EINVAL);
1457c1457
< return reboot(td, &bsd_args);
---
> return (reboot(td, &bsd_args));
1595c1595
< return getsid(td, &bsd);
---
> return (getsid(td, &bsd));
1620c1620
< return error;
---
> return (error);