qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Update FreeBSD syscall numbers


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] Update FreeBSD syscall numbers
Date: Mon, 9 Jan 2017 14:00:34 +0000

On 5 January 2017 at 16:41, Sean Bruno <address@hidden> wrote:
> Signed-off-by: Sean Bruno <address@hidden>
> Signed-off-by: Stacy Son <address@hidden>
> ---
>  bsd-user/freebsd/syscall_nr.h | 929 
> ++++++++++++++++++++++--------------------
>  1 file changed, 484 insertions(+), 445 deletions(-)
>
> diff --git a/bsd-user/freebsd/syscall_nr.h b/bsd-user/freebsd/syscall_nr.h
> index d849024792..fc31880af0 100644
> --- a/bsd-user/freebsd/syscall_nr.h
> +++ b/bsd-user/freebsd/syscall_nr.h
> @@ -1,450 +1,489 @@
>  /*
> + * This file was generated from /usr/include/sys/syscall.h
> + */
> +
> +/*
>   * System call numbers.
>   *
> - * created from FreeBSD: releng/9.1/sys/kern/syscalls.master 229723
> - * 2012-01-06 19:29:16Z jhb
> + * DO NOT EDIT-- this file is automatically generated.
> + * $FreeBSD: head/sys/sys/syscall.h 272824 2014-10-09 15:19:35Z marcel $
> + * created from FreeBSD: head/sys/kern/syscalls.master 272823 2014-10-09 
> 15:16:52Z marcel
>   */

If this is automatically generated, then ideally we should have
the script that generates it in scripts/...
(and we could fix the script to follow our coding style in using
spaces rather than tabs :-))

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]