[PATCH xfs 1/3] Warning fixes.

Gaetan Nadon memsize at videotron.ca
Sat Feb 1 08:18:45 PST 2014


On 14-01-29 04:14 PM, Keith Packard wrote:
> XFS replicates quite a bit of X server infrastructure so that it can
> share libXfont. Many of those shared functions are declared in shared
> font header files (either fontsproto.h or fontmisc.h). This patch
> removes duplicate definitions from the XFS header files and makes sure
> the shared header files are included in the right places to get the
> functions declared before being defined.
>
> Of course, some of those function types have changed, in particular
> CopyISOLatin1Lowered now takes a const char * source parameter.
>
> This patch also stops re-using the 'port' variable in
> GetInetdListenInfo when fetching the ReopenInfo. That's not strictly
> necessary here, but will be useful when the Reopen API in libxtrans
> changes to take a constant parameter.
>
> Signed-off-by: Keith Packard <keithp at keithp.com>
Applies and fixes compile error.

Tested-by: Gaetan Nadon <memsize at videotron.ca>


More information about the xorg-devel mailing list