[PATCH libFS] Fix a prototype error

Julien Cristau jcristau at debian.org
Thu Jul 12 12:25:00 PDT 2012


On Thu, Jul 12, 2012 at 14:39:26 +0200, Thomas Klausner wrote:

> Per NetBSD PR 41899 from Henning Petersen.
> 
> Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
> ---
>  src/FSlibInt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/FSlibInt.c b/src/FSlibInt.c
> index db9cc47..a04d3cd 100644
> --- a/src/FSlibInt.c
> +++ b/src/FSlibInt.c
> @@ -1194,7 +1194,7 @@ doData16(
>  }
>  
>  void
> -Data16(svr, data, len)
> +Data16(
>      FSServer	*svr,
>      short	*data,
>      unsigned	 len)

Pushed, thanks.

Cheers,
Julien


More information about the xorg-devel mailing list