From 67b353c9ce039b254ba2e92cd6f842c505a8bd21 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 24 Sep 2009 10:49:08 +0000 Subject: Update following packages: - xproto-7.0.16 - libXdmcp-1.0.3 - bdftopcf-1.0.2 - xorg-server-1.6.99.902 --- libXdmcp/CA8.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libXdmcp/CA8.c') diff --git a/libXdmcp/CA8.c b/libXdmcp/CA8.c index efdd5a17b..dc68c40f4 100644 --- a/libXdmcp/CA8.c +++ b/libXdmcp/CA8.c @@ -37,8 +37,7 @@ in this Software without prior written authorization from The Open Group. #include int -XdmcpCopyARRAY8 (src, dst) - ARRAY8Ptr src, dst; +XdmcpCopyARRAY8 (ARRAY8Ptr src, ARRAY8Ptr dst) { dst->length = src->length; dst->data = (CARD8 *) Xalloc (dst->length * sizeof (CARD8)); -- cgit v1.2.3