On Tue, Feb 15, 2011 at 2:44 PM, Peter Hutterer <peter.hutte...@who-t.net>wrote:

> Undefined in earlier server versions, breaks distcheck.
>
> Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
>

Acked-by: Ping Cheng <pingli...@gmail.com> for the series.

All these test features will help us reach a milestone. Thank you.

Ping


> ---
>  test/fake-symbols.c |    2 +-
>  test/fake-symbols.h |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/test/fake-symbols.c b/test/fake-symbols.c
> index 8bd88b9..1b89c57 100644
> --- a/test/fake-symbols.c
> +++ b/test/fake-symbols.c
> @@ -152,7 +152,7 @@ xf86PostButtonEvent(DeviceIntPtr    device,
>  }
>
>  _X_EXPORT int
> -Xasprintf(char ** ret, const char * _X_RESTRICT_KYWD format, ...)
> +Xasprintf(char ** ret, const char * format, ...)
>  {
>     return 0;
>  }
> diff --git a/test/fake-symbols.h b/test/fake-symbols.h
> index 7f449c6..5551a76 100644
> --- a/test/fake-symbols.h
> +++ b/test/fake-symbols.h
> @@ -45,7 +45,7 @@ xf86PostButtonEvent(DeviceIntPtr      device,
>                     int                        first_valuator,
>                     int                        num_valuators,
>                     ...);
> -extern int Xasprintf(char ** ret, const char * _X_RESTRICT_KYWD format,
> ...);
> +extern int Xasprintf(char ** ret, const char *format, ...);
>  extern int
>  XISetDevicePropertyDeletable(DeviceIntPtr dev, Atom property, Bool
> deletable);
>
> --
> 1.7.3.5
>
>
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
>
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to